Skip to content

Commit

Permalink
--wip--
Browse files Browse the repository at this point in the history
  • Loading branch information
QZera committed Dec 1, 2024
1 parent 57d792c commit 65d319d
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 @@ -15,7 +15,7 @@ const vscodeVersion = (packageJson.engines.vscode as string).replace(/^\^/, '')
export const config: WebdriverIO.Config = {
runner: 'local',
tsConfigPath: './tsconfig.wdio.json',
specs: [['./specs/onboarding.spec.ts', './specs/settings.spec.ts']],
specs: ['./specs/onboarding.spec.ts', './specs/**/*.spec.ts'],
maxInstances: 10,
capabilities: [
{
Expand Down

0 comments on commit 65d319d

Please sign in to comment.