Skip to content

Commit

Permalink
codecept.conf.ts aktualisieren
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Dec 2, 2023
1 parent 914c827 commit 33625b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codecept.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ setHeadlessWhen(process.env.HEADLESS);
setCommonPlugins();

export const config: CodeceptJS.MainConfig = {
tests: './tests/*_test.ts',
tests: './tests/login_test.ts',
output: './output',
emptyOutputFolder: true,
helpers: {
Expand Down

0 comments on commit 33625b8

Please sign in to comment.