@thisisagile/easy-puppeteer
Advanced tools
Comparing version 7.7.5 to 7.7.6
{ | ||
"name": "@thisisagile/easy-puppeteer", | ||
"version": "7.7.5", | ||
"version": "7.7.6", | ||
"description": "Straightforward wrapper library for Puppeteer web testing framework", | ||
@@ -37,9 +37,9 @@ "author": "Sander Hoogendoorn", | ||
"devDependencies": { | ||
"@thisisagile/easy-test": "7.7.5" | ||
"@thisisagile/easy-test": "7.7.6" | ||
}, | ||
"dependencies": { | ||
"@thisisagile/easy": "7.7.5", | ||
"@thisisagile/easy-test-web": "7.7.5", | ||
"@thisisagile/easy": "7.7.6", | ||
"@thisisagile/easy-test-web": "7.7.6", | ||
"puppeteer": "^10.1.0" | ||
} | ||
} |
@@ -14,3 +14,3 @@ import { PuppeteerElement } from './PuppeteerElement'; | ||
/* istanbul ignore next */ | ||
static launch = (headless: boolean) : Promise<Browser> => puppeteer.launch({ headless, args: ['--no-sandbox', '--start-maximized'] }); | ||
static launch = (headless: boolean): Promise<Browser> => puppeteer.launch({ headless, args: ['--no-sandbox', '--start-maximized'] }); | ||
@@ -17,0 +17,0 @@ /* istanbul ignore next */ |
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
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
36614
+ Added@thisisagile/easy@7.7.6(transitive)
+ Added@thisisagile/easy-test-web@7.7.6(transitive)
- Removed@thisisagile/easy@7.7.5(transitive)
- Removed@thisisagile/easy-test-web@7.7.5(transitive)
Updated@thisisagile/easy@7.7.6