Skip to content

Commit

Permalink
test cft 132
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuljain-dev committed Jan 27, 2025
1 parent 7465b64 commit b19a66b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/nuxeo-web-ui-ftest/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ const capability = {
// 5 instance gets started at a time.
maxInstances: 1,
browserName: process.env.BROWSER,
// browserName: 'chrome',
acceptInsecureCerts: true,
browserVersion: '130.0.6723.116',
browserVersion: 'stable',
};

const options = {};
Expand Down Expand Up @@ -101,6 +102,7 @@ exports.config = {
// WebdriverIO allows it to run your tests in arbitrary locations (e.g. locally or
// on a remote machine).
runner: 'local',
// specs: ['../../ftest/features/**'],
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,
Expand Down

0 comments on commit b19a66b

Please sign in to comment.