Re: Customize Common Test Reports?
Vance Shipley <[email protected]>
| Newsgroups | gmane.comp.lang.erlang.general |
|---|---|
| Message-ID | <CAMoa0NKdjsZ2_KBLsLTh6NQKo0upye16=k1Bm+9ActMV--8WJQ@mail.gmail.com> |
On Mon, Jan 11, 2021 at 3:59 PM Loïc Hoguin <[email protected]> wrote: > You probably want ct:comment/1? That seems to be the only mechanism available but it adds a comment to the existing Comment column. > Otherwise there's ct_run -label $LABEL. This provides a label for the test run which appears in the existing Label column of the Test Results page. On 11/01/2021 03:29, Vance Shipley wrote: > Is there a way to add a column to the common_test HTML reports? What I would really like is to add columns to the Test Suite Results page. We can annotate test cases with userData and I'd like to use that in reports. -- -Vance