Skip to content

Commit 2173496

Browse files
committed
Enhanced command capture
1 parent c122e74 commit 2173496

3 files changed

Lines changed: 299 additions & 285 deletions

File tree

packages/nightwatch-devtools/example/nightwatch.conf.cjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Simple import - just require the package
1+
// Simple import - just require the package
22
const nightwatchDevtools = require('@wdio/nightwatch-devtools').default;
33

44
module.exports = {
@@ -16,6 +16,9 @@ module.exports = {
1616

1717
test_settings: {
1818
default: {
19+
// Ensure all tests run even if one fails
20+
skip_testcases_on_fail: false,
21+
1922
desiredCapabilities: {
2023
browserName: 'chrome',
2124
'goog:chromeOptions': {

0 commit comments

Comments
 (0)