Skip to content

Commit

Permalink
test(e2e): run other spec files after onboarding and settings
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 e2c9790 commit 747f07b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ export const config: Options.Testrunner = {
transpileOnly: true,
},
},
specs: [['./specs/onboarding.spec.ts', './specs/settings.spec.ts']],
specs: [
['./specs/onboarding.spec.ts', './specs/settings.spec.ts'],
'./specs/**/!(onboarding|settings).spec.ts',
],
maxInstances: 10,
capabilities: [
{
Expand Down

0 comments on commit 747f07b

Please sign in to comment.