Skip to content

Commit

Permalink
test(e2e): remove catchall glob for spec files
Browse files Browse the repository at this point in the history
Signed-off-by: Zacharias Fragkiadakis <zacfragkiadakis@gmail.com>
  • Loading branch information
QZera committed Jan 6, 2025
1 parent c1b8f16 commit e2c9790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const config: Options.Testrunner = {
transpileOnly: true,
},
},
specs: [['./specs/onboarding.spec.ts', './specs/settings.spec.ts'], './specs/**/*.spec.ts'],
specs: [['./specs/onboarding.spec.ts', './specs/settings.spec.ts']],
maxInstances: 10,
capabilities: [
{
Expand Down

0 comments on commit e2c9790

Please sign in to comment.