Skip to content

Html report does not have "Started" column. #3746

Description

@zelite

What happened?

When generating the full html report, there used to be a column named "Started"

Image

Since we upgraded to serenity 5, we are missing this column.

Looking into the generated HTML source code I can see that column visibility is explicitly turned off:

columnDefs: [
                    {
                        targets: 4, // Started column
                        visible: false
                    }

But there is no obvious way to configure the visibility.

What did you expect to happen?

I expect the column to be present.

Serenity BDD version

5.3.10

JDK version

17

Execution environment

windows, chrome browser.

How to reproduce the bug.

  • generate a report.

How can we make it happen?

Work on this myself and propose a PR (with Serenity BDD team guidance)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions