test: roll test runner to 0.2.5 (#3723)

This commit is contained in:
Pavel Feldman 2020-09-01 20:07:49 -07:00 committed by GitHub
parent 47ea1e07ba
commit 659013051f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 4 deletions

25
package-lock.json generated
View File

@ -1229,17 +1229,36 @@
}
},
"@playwright/test-runner": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.2.1.tgz",
"integrity": "sha512-ZZILhZZSo4Gv2T70HCkHRIUao3vHZpdSjVbjrXUWGaulxzoF77i0omRth7Kie+qBWhOIlpZe1rgBDQW801GTkw==",
"version": "0.2.5",
"resolved": "https://registry.npmjs.org/@playwright/test-runner/-/test-runner-0.2.5.tgz",
"integrity": "sha512-gFQ+4Eiq4pY9menHX95r+QTOR2WMdsNebIbwoQhL2nJGjle9PwV1SiXl8P8+jJDOKmQ8+xW06+um1d5mSZTtRg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"colors": "^1.4.0",
"commander": "^6.1.0",
"expect": "^26.4.2",
"jpeg-js": "^0.4.2",
"ms": "^2.1.2",
"pirates": "^4.0.1",
"pixelmatch": "^5.2.1",
"pngjs": "^5.0.0",
"rimraf": "^3.0.2",
"source-map-support": "^0.5.19",
"stack-utils": "^2.0.2",
"terminal-link": "^2.1.1",
"text-diff": "^1.0.1"
},
"dependencies": {
"commander": {
"version": "6.1.0",
"resolved": "https://registry.npmjs.org/commander/-/commander-6.1.0.tgz",
"integrity": "sha512-wl7PNrYWd2y5mp1OK/LhTlv8Ff4kQJQRXXAvF+uU/TPNiVJUxZLRYGj/B0y/lPGAVcSbJqH2Za/cvHmrPMC8mA==",
"dev": true
}
}
},
"@sindresorhus/is": {

View File

@ -54,7 +54,7 @@
"@babel/core": "^7.11.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-typescript": "^7.10.4",
"@playwright/test-runner": "^0.2.1",
"@playwright/test-runner": "^0.2.5",
"@types/babel__core": "^7.1.9",
"@types/debug": "^4.1.5",
"@types/extract-zip": "^1.6.2",