Skip to content

Commit

Permalink
fix(serenity-bdd): default Serenity BDD CLI to generating short filen…
Browse files Browse the repository at this point in the history
…ames for the HTML report

When running on Windows, long filenames might sometimes cause issues with reports not being
generated correctly
  • Loading branch information
jan-molak committed Jun 20, 2020
1 parent 184ea50 commit 50c649d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/serenity-bdd/src/cli/commands/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export = {
describe: `Project name to appear in the Serenity reports`,
},
shortFilenames: {
default: false,
default: true,
type: 'boolean',
describe: `Use unique hashes instead of human-readable names for the HTML files`,
},
Expand Down

0 comments on commit 50c649d

Please sign in to comment.