Skip to content

Commit c29c49a

Browse files
committed
disabled screenshot on fail's shouldCreateFolderPerSuite in example project
1 parent 66737b9 commit c29c49a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/bellatrix.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const config: BellatrixConfigurationOverride = {
4747
screenshotOnFailPluginSettings: {
4848
isPluginEnabled: true,
4949
outputPath: `./reports/screenshots${Date.now()}`,
50-
shouldCreateFolderPerSuite: true,
50+
shouldCreateFolderPerSuite: false,
5151
}
5252
};
5353

0 commit comments

Comments
 (0)