@web/test-runner-playwright
Advanced tools
Comparing version 0.3.3 to 0.3.4
# @web/test-runner-playwright | ||
## 0.3.4 | ||
### Patch Changes | ||
- 14b7fae: handle errors in mocha hooks | ||
- Updated dependencies [14b7fae] | ||
- @web/test-runner-core@0.5.6 | ||
## 0.3.3 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@web/test-runner-playwright", | ||
"version": "0.3.3", | ||
"version": "0.3.4", | ||
"publishConfig": { | ||
@@ -23,2 +23,3 @@ "access": "public" | ||
"test": "mocha test/**/*.test.ts --require ts-node/register --reporter progress", | ||
"test:ci": "yarn test", | ||
"test:watch": "mocha test/**/*.test.ts --require ts-node/register --watch --watch-files src,test --reporter progress" | ||
@@ -39,9 +40,9 @@ }, | ||
"dependencies": { | ||
"@web/test-runner-core": "^0.5.5", | ||
"@web/test-runner-core": "^0.5.6", | ||
"playwright": "1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@web/test-runner-mocha": "^0.2.1", | ||
"@web/test-runner-server": "^0.4.2" | ||
"@web/test-runner-mocha": "^0.2.5", | ||
"@web/test-runner-server": "^0.4.4" | ||
} | ||
} |
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
9397
Updated@web/test-runner-core@^0.5.6