@web/test-runner-playwright
Advanced tools
Comparing version 0.3.2 to 0.3.3
# @web/test-runner-playwright | ||
## 0.3.3 | ||
### Patch Changes | ||
- 56ed519: open browser windows sequentially in selenium | ||
- Updated dependencies [56ed519] | ||
- @web/test-runner-core@0.5.5 | ||
## 0.3.2 | ||
@@ -4,0 +12,0 @@ |
@@ -49,3 +49,3 @@ "use strict"; | ||
let page; | ||
if (true && inactivePages.length === 0) { | ||
if (inactivePages.length === 0) { | ||
page = await browser.newPage(); | ||
@@ -57,4 +57,3 @@ } | ||
activePages.set(session.id, page); | ||
// creating a new page is blocking, but going to a URL is not | ||
page.goto(url); | ||
await page.goto(url); | ||
}, | ||
@@ -61,0 +60,0 @@ stopSession(session) { |
{ | ||
"name": "@web/test-runner-playwright", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"publishConfig": { | ||
@@ -38,3 +38,3 @@ "access": "public" | ||
"dependencies": { | ||
"@web/test-runner-core": "^0.5.3", | ||
"@web/test-runner-core": "^0.5.5", | ||
"playwright": "1.0.2" | ||
@@ -41,0 +41,0 @@ }, |
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
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
9234
87
Updated@web/test-runner-core@^0.5.5