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 8063ad0 commit 4ea33c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/mudita-center-e2e/wdio.conf.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ 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.
//

autoCompileOpts: {
autoCompile: true,
// see https://github.com/TypeStrong/ts-node#cli-and-programmatic-options
Expand Down Expand Up @@ -193,7 +194,7 @@ export const config: Options.Testrunner = {
browserName: "chrome",
"goog:chromeOptions": {
binary: process.env.TEST_BINARY_PATH,
args: [--port 31337],
args: ["--port 31337"],
},
"wdio:chromedriverOptions": {
binary: path.resolve(
Expand Down

0 comments on commit 4ea33c9

Please sign in to comment.