You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add configuration for nodeExecutable path
In the windows environment, The node path can not be detected system level by some node managers (e.g., fnm). So we added this parameter to specify the path of Node executable.
- use temporary configuration file when run wdio test on Windows platform
Since the interpretation of the `reporters` parameter is not optimized for Windows, the original configuration file should be copied and tested in the Windows environment with the settings for Extension added.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,6 +64,7 @@ For example:
64
64
65
65
This extension contributes the following settings:
66
66
67
+
-`webdriverio.nodeExecutable`: The path to the Node.js executable. If not assigned, WebdriverIO try to resolve the node path from environment valuables of `PATH`.
67
68
-`webdriverio.configFilePattern`: Glob pattern for WebdriverIO configuration file
68
69
-`webdriverio.logLevel`: Set the logLevel
69
70
-`webdriverio.showOutput`: Show WebdriverIO output in the test result when set `true` this option
0 commit comments