We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72540bd commit f322e72Copy full SHA for f322e72
2 files changed
v1/webdriver/webdriverio/wdio.conf.js
@@ -14,7 +14,7 @@ exports.config = {
14
"tauri:options": {
15
application: "../../src-tauri/target/debug/tauri-app",
16
},
17
- port: process.env.TAURI_DRIVER_PORT || 4444,
+ port: Number(process.env.TAURI_DRIVER_PORT || 4444),
18
19
],
20
reporters: ["spec"],
v2/webdriver/webdriverio/wdio.conf.js
0 commit comments