Skip to content

Commit

Permalink
[CP-XXX] wdio upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski committed Jul 11, 2024
1 parent d1d5ed8 commit 2a92900
Show file tree
Hide file tree
Showing 4 changed files with 5,865 additions and 1,860 deletions.
4 changes: 2 additions & 2 deletions apps/mudita-center-e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"types": [
"node",
"webdriverio/async",
"@wdio/globals/types",
"@wdio/mocha-framework",
"expect-webdriverio"
],
Expand All @@ -12,6 +12,6 @@
"target": "es5",
"outDir": "./dist"
},
"include": ["src/**/*"],
"include": ["src/**/*", "./wdio.conf.ts"],
"exclude": ["node_modules"]
}
3 changes: 3 additions & 0 deletions apps/mudita-center-e2e/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ export const config: Options.Testrunner = {
binary: process.env.TEST_BINARY_PATH,
args: [],
},
'wdio:chromedriverOptions': {
binary: '../../node_modules/chromedriver/bin'
}
// If outputDir is provided WebdriverIO can capture driver session logs
// it is possible to configure which logTypes to include/exclude.
// excludeDriverLogs: ['*'], // pass '*' to exclude all driver session logs
Expand Down
Loading

0 comments on commit 2a92900

Please sign in to comment.