@web/test-runner-playwright
Advanced tools
Comparing version 0.3.4 to 0.4.0
# @web/test-runner-playwright | ||
## 0.4.0 | ||
### Minor Changes | ||
- c4cb321: Use web dev server in test runner. This contains multiple breaking changes: | ||
- Browsers that don't support es modules are not supported for now. We will add this back later. | ||
- Most es-dev-server config options are no longer available. The only options that are kept are `plugins`, `middleware`, `nodeResolve` and `preserveSymlinks`. | ||
- Test runner config changes: | ||
- Dev server options are not available on the root level of the configuration file. | ||
- `nodeResolve` is no longer enabled by default. You can enable it with the `--node-resolve` flag or `nodeResolve` option. | ||
- `middlewares` option is now called `middleware`. | ||
- `testFrameworkImport` is now called `testFramework`. | ||
- `address` is now split into `protocol` and `hostname`. | ||
### Patch Changes | ||
- Updated dependencies [c4cb321] | ||
- @web/test-runner-core@0.6.0 | ||
## 0.3.4 | ||
@@ -4,0 +24,0 @@ |
{ | ||
"name": "@web/test-runner-playwright", | ||
"version": "0.3.4", | ||
"version": "0.4.0", | ||
"publishConfig": { | ||
@@ -39,3 +39,3 @@ "access": "public" | ||
"dependencies": { | ||
"@web/test-runner-core": "^0.5.6", | ||
"@web/test-runner-core": "^0.6.0", | ||
"playwright": "1.0.2" | ||
@@ -45,4 +45,4 @@ }, | ||
"@web/test-runner-mocha": "^0.2.5", | ||
"@web/test-runner-server": "^0.4.4" | ||
"@web/test-runner-server": "^0.5.0" | ||
} | ||
} |
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
10282
+ Added@web/test-runner-core@0.6.23(transitive)
+ Addedpicomatch@2.3.1(transitive)
- Removed@web/test-runner-core@0.5.7(transitive)
Updated@web/test-runner-core@^0.6.0