0

I'm using Serenity-BDD. When the reports are generated they are named something like "46b29bc63db0f67fe88cfd2a397ea9b2.html".

Is there a way to specify the report name? I have already tried setting serenity.compress.filenames but it did not work.

Thanks, Lewis.

Lewis
  • 59
  • 1
  • 1
  • 7

2 Answers2

1

Put serenity.compress.filenames=false in your serenity.properties. This should work in version 1.2.1-rc.9

John Smart
  • 969
  • 1
  • 5
  • 5
0

Also use serenity.project.name property to set a name of project in report. (source)

Uniqobot
  • 65
  • 6