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 66352e9 commit b584fa7Copy full SHA for b584fa7
build.js
@@ -75,7 +75,7 @@ _.each(testable, function([dir,name]) {
75
let fullname = dir + name;
76
if(fs.statSync(fullname).isDirectory() && fs.existsSync(path.join(fullname, "package.json"))) {
77
console.log("*** Executing npm run selenium for "+fullname);
78
- exec('npm run selenium -- --count 1 --fork false --framework ' + name, {
+ exec(`npm run bench ${dir}/${name} -- --count 1 --fork false --noResults`, {
79
cwd: "webdriver-ts",
80
stdio: 'inherit'
81
});
0 commit comments