Skip to content

Commit

Permalink
chore: add npm script to run WebdriverIO test (#18238)
Browse files Browse the repository at this point in the history
* chore: re-enable WebdriverIO broswer tests

* add npm script to run WebdriverIO test

* rename `test:wdio` → `test:browser`
  • Loading branch information
fasttime committed Mar 29, 2024
1 parent 9b7bd3b commit a98babc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile.js
Expand Up @@ -604,9 +604,6 @@ target.wdio = () => {
target.test = function() {
target.checkRuleFiles();
target.mocha();

// target.wdio(); // Temporarily disabled due to problems on Jenkins

target.fuzz({ amount: 150, fuzzBrokenAutofixes: false });
target.checkLicenses();
};
Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -30,6 +30,7 @@
"release:generate:rc": "node Makefile.js generatePrerelease -- rc",
"release:publish": "node Makefile.js publishRelease",
"test": "node Makefile.js test",
"test:browser": "node Makefile.js wdio",
"test:cli": "mocha",
"test:fuzz": "node Makefile.js fuzz",
"test:performance": "node Makefile.js perf"
Expand Down

0 comments on commit a98babc

Please sign in to comment.