Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@web/test-runner-playwright

Package Overview
Dependencies
Maintainers
6
Versions
84
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@web/test-runner-playwright - npm Package Compare versions

Comparing version 0.3.4 to 0.4.0

20

CHANGELOG.md
# @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 @@

6

package.json
{
"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"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc