Skip to content

Commit

Permalink
Update wdio.conf.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejMDDV authored Dec 19, 2024
1 parent 03016e5 commit 8063ad0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/mudita-center-e2e/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const config: Options.Testrunner = {
// If you need to configure how ts-node runs please use the
// environment variables for ts-node or use wdio config's autoCompileOpts section.
//
port: 31337,
autoCompileOpts: {
autoCompile: true,
// see https://github.com/TypeStrong/ts-node#cli-and-programmatic-options
Expand Down Expand Up @@ -194,7 +193,7 @@ export const config: Options.Testrunner = {
browserName: "chrome",
"goog:chromeOptions": {
binary: process.env.TEST_BINARY_PATH,
args: [],
args: [--port 31337],
},
"wdio:chromedriverOptions": {
binary: path.resolve(
Expand All @@ -206,7 +205,6 @@ export const config: Options.Testrunner = {
"bin",
"chromedriver"
),
port: 93117,
},
// If outputDir is provided WebdriverIO can capture driver session logs
// it is possible to configure which logTypes to include/exclude.
Expand Down

0 comments on commit 8063ad0

Please sign in to comment.