From 747f07ba2ad4223aaab90061fc0b28ea2dfcbf9b Mon Sep 17 00:00:00 2001 From: Zacharias Fragkiadakis Date: Mon, 6 Jan 2025 12:31:43 +0200 Subject: [PATCH] test(e2e): run other spec files after onboarding and settings Signed-off-by: Zacharias Fragkiadakis --- test/e2e/wdio.conf.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/e2e/wdio.conf.ts b/test/e2e/wdio.conf.ts index b9c09f02..8b06cc7e 100644 --- a/test/e2e/wdio.conf.ts +++ b/test/e2e/wdio.conf.ts @@ -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: [ {