Skip to content

Commit

Permalink
debugg wdio test
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Jan 14, 2025
1 parent aa173d2 commit 6ca3543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxeo-web-ui-ftest/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ exports.config = {
specs: [path.join(process.cwd(), './features/*.feature')],
// check http://webdriver.io/guide/testrunner/debugging.html for more info on debugging with wdio
debug: process.env.DEBUG,
execArgv: process.env.DEBUG ? ['--inspect'] : [],
execArgv: '--inspect',

//
// ============
Expand Down

0 comments on commit 6ca3543

Please sign in to comment.