Comparing version 6.10.11 to 6.11.0
@@ -55,2 +55,5 @@ "use strict"; | ||
}, | ||
outputDir: { | ||
type: 'string' | ||
}, | ||
connectionRetryCount: { | ||
@@ -57,0 +60,0 @@ type: 'number', |
@@ -8,2 +8,3 @@ "use strict"; | ||
const os_1 = __importDefault(require("os")); | ||
const path_1 = __importDefault(require("path")); | ||
const ua_parser_js_1 = __importDefault(require("ua-parser-js")); | ||
@@ -29,2 +30,6 @@ const uuid_1 = require("uuid"); | ||
} | ||
if (params.outputDir && !process.env.WDIO_LOG_PATH) { | ||
process.env.WDIO_LOG_PATH = path_1.default.join(params.outputDir, 'wdio.log'); | ||
} | ||
log.info('Initiate new session using the DevTools protocol'); | ||
const browser = await launcher_1.default(params.capabilities); | ||
@@ -31,0 +36,0 @@ const pages = await browser.pages(); |
{ | ||
"name": "devtools", | ||
"version": "6.10.11", | ||
"version": "6.11.0", | ||
"description": "A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer", | ||
@@ -25,9 +25,6 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
"dependencies": { | ||
"@types/puppeteer-core": "^2.0.0", | ||
"@types/ua-parser-js": "^0.7.33", | ||
"@types/uuid": "^8.3.0", | ||
"@wdio/config": "6.10.11", | ||
"@wdio/config": "6.11.0", | ||
"@wdio/logger": "6.10.10", | ||
"@wdio/protocols": "6.10.6", | ||
"@wdio/utils": "6.10.11", | ||
"@wdio/utils": "6.11.0", | ||
"chrome-launcher": "^0.13.1", | ||
@@ -40,5 +37,7 @@ "edge-paths": "^2.1.0", | ||
"devDependencies": { | ||
"@types/puppeteer": "^5.4.0" | ||
"@types/puppeteer-core": "^2.0.0", | ||
"@types/ua-parser-js": "^0.7.33", | ||
"@types/uuid": "^8.3.0" | ||
}, | ||
"gitHead": "92508043cacac4e2945ba1f599b25b48e8694b62" | ||
"gitHead": "5fba2c2f136f280a0370ac5b76394478e5db3339" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136873
9
2473
3
16
0
38
+ Added@wdio/config@6.11.0(transitive)
+ Added@wdio/utils@6.11.0(transitive)
+ Addedua-parser-js@0.7.40(transitive)
- Removed@types/puppeteer-core@^2.0.0
- Removed@types/ua-parser-js@^0.7.33
- Removed@types/uuid@^8.3.0
- Removed@types/puppeteer@2.1.8(transitive)
- Removed@types/puppeteer-core@2.1.0(transitive)
- Removed@types/ua-parser-js@0.7.39(transitive)
- Removed@types/uuid@8.3.4(transitive)
- Removed@wdio/config@6.10.11(transitive)
- Removed@wdio/utils@6.10.11(transitive)
- Removedua-parser-js@0.7.39(transitive)
Updated@wdio/config@6.11.0
Updated@wdio/utils@6.11.0