Skip to content

Commit

Permalink
test(extension): try 1
Browse files Browse the repository at this point in the history
  • Loading branch information
oldGreg5 committed May 7, 2024
1 parent dd13595 commit b99e5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/e2e-tests/wdio.conf.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const config: WebdriverIO.Config = {
specs: ['./src/features/**/*.feature'],
automationProtocol: 'webdriver',
exclude: [],
maxInstances: 1,
maxInstances: 10,
maxInstancesPerCapability: 1,
path: '/',
logLevel: 'error',
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-tests/wdio.conf.chrome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { config as baseConfig } from './wdio.conf.base';
const chromeConfig = {
capabilities: [
{
maxInstances: 1,
maxInstances: 10,
browserName: 'chrome',
browserVersion: 'stable',
...(String(process.env.STANDALONE_DRIVER) === 'true' && { hostname: 'localhost' }),
Expand Down

0 comments on commit b99e5cf

Please sign in to comment.