@wdio/browser-runner
Advanced tools
{ | ||
"name": "@wdio/browser-runner", | ||
"version": "9.6.1", | ||
"version": "9.6.3", | ||
"description": "A WebdriverIO runner to run unit tests tests in the browser.", | ||
@@ -64,3 +64,7 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"scripts": { | ||
"build": "mkdir -p ./build/third_party && cp ./node_modules/mocha/mocha.css ./build/third_party/mocha.css && cp ./node_modules/mocha/mocha.js ./build/third_party/mocha.js" | ||
"build": "run-s build:*", | ||
"build:mkdir": "mkdir -p ./build/third_party", | ||
"build:copy": "run-p build:copy:*", | ||
"build:copy:css": "cp ./node_modules/mocha/mocha.css ./build/third_party/mocha.css", | ||
"build:copy:js": "sed '$d' ./node_modules/mocha/mocha.js > ./build/third_party/mocha.js" | ||
}, | ||
@@ -71,10 +75,10 @@ "typeScriptVersion": "3.8.3", | ||
"@vitest/spy": "^2.0.4", | ||
"@wdio/globals": "9.6.1", | ||
"@wdio/local-runner": "9.6.1", | ||
"@wdio/globals": "9.6.3", | ||
"@wdio/local-runner": "9.6.3", | ||
"@wdio/logger": "9.4.4", | ||
"@wdio/mocha-framework": "9.5.0", | ||
"@wdio/mocha-framework": "9.6.3", | ||
"@wdio/protocols": "9.4.4", | ||
"@wdio/runner": "9.6.1", | ||
"@wdio/types": "9.5.0", | ||
"@wdio/utils": "9.5.0", | ||
"@wdio/runner": "9.6.3", | ||
"@wdio/types": "9.6.3", | ||
"@wdio/utils": "9.6.3", | ||
"deepmerge-ts": "^7.0.3", | ||
@@ -97,4 +101,4 @@ "expect": "30.0.0-alpha.6", | ||
"vite-plugin-top-level-await": "^1.4.1", | ||
"webdriver": "9.6.0", | ||
"webdriverio": "9.6.1" | ||
"webdriver": "9.6.3", | ||
"webdriverio": "9.6.3" | ||
}, | ||
@@ -118,3 +122,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "384086a53b3757ee4ae57afcfbf4ca072f76a680" | ||
"gitHead": "b3371191bb85dba78b26c1640d19e5a42aff755c" | ||
} |
Sorry, the diff of this file is too big to display
835190
0.01%22109
0