@web/test-runner-playwright
Advanced tools
Comparing version 0.1.0 to 0.1.1
# @web/test-runner-playwright | ||
## 0.1.1 | ||
### Patch Changes | ||
- 115442b: add readme, package tags and description | ||
- Updated dependencies [115442b] | ||
- @web/test-runner-core@0.2.5 | ||
## 0.1.0 | ||
### Minor Changes | ||
- 9578c89: first setup |
{ | ||
"name": "@web/test-runner-playwright", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"description": "Modern web test runner: playwright", | ||
"description": "Playwright browser launcher for Web Test Runner", | ||
"license": "MIT", | ||
@@ -25,11 +25,22 @@ "repository": { | ||
}, | ||
"files": ["dist"], | ||
"files": [ | ||
"dist" | ||
], | ||
"keywords": [ | ||
"web", | ||
"test", | ||
"runner", | ||
"testrunner", | ||
"playwright", | ||
"browser", | ||
"launcher" | ||
], | ||
"dependencies": { | ||
"@web/test-runner-core": "^0.2.0", | ||
"@web/test-runner-core": "^0.2.5", | ||
"playwright": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@web/test-runner-dev-server": "^0.2.1", | ||
"@web/test-runner-mocha": "^0.1.0" | ||
"@web/test-runner-dev-server": "^0.2.6", | ||
"@web/test-runner-mocha": "^0.1.1" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
8900
7
0
6
Updated@web/test-runner-core@^0.2.5