What happened?
When generating the full html report, there used to be a column named "Started"
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.
How can we make it happen?
Work on this myself and propose a PR (with Serenity BDD team guidance)
What happened?
When generating the full html report, there used to be a column named "Started"
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:
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.
How can we make it happen?
Work on this myself and propose a PR (with Serenity BDD team guidance)