We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c122e74 commit 2173496Copy full SHA for 2173496
3 files changed
packages/nightwatch-devtools/example/nightwatch.conf.cjs
@@ -1,4 +1,4 @@
1
-// Simple import - just require the package
+// Simple import - just require the package
2
const nightwatchDevtools = require('@wdio/nightwatch-devtools').default;
3
4
module.exports = {
@@ -16,6 +16,9 @@ module.exports = {
16
17
test_settings: {
18
default: {
19
+ // Ensure all tests run even if one fails
20
+ skip_testcases_on_fail: false,
21
+
22
desiredCapabilities: {
23
browserName: 'chrome',
24
'goog:chromeOptions': {
0 commit comments