mirror of
https://github.com/nasa/openmct.git
synced 2025-01-30 16:13:53 +00:00
[CI] Update playwright to 1.19.1 (#4873)
* [CI] Update playwright to 1.19.1 * Update config.yml
This commit is contained in:
parent
896f0ca3f4
commit
af0420361b
@ -2,7 +2,7 @@ version: 2.1
|
|||||||
executors:
|
executors:
|
||||||
pw-focal-development:
|
pw-focal-development:
|
||||||
docker:
|
docker:
|
||||||
- image: mcr.microsoft.com/playwright:v1.19.0-focal
|
- image: mcr.microsoft.com/playwright:v1.19.1-focal
|
||||||
environment:
|
environment:
|
||||||
NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed
|
NODE_ENV: development # Needed to ensure 'dist' folder created and devDependencies installed
|
||||||
parameters:
|
parameters:
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
"@braintree/sanitize-url": "5.0.2",
|
"@braintree/sanitize-url": "5.0.2",
|
||||||
"@percy/cli": "1.0.0-beta.75",
|
"@percy/cli": "1.0.0-beta.75",
|
||||||
"@percy/playwright": "1.0.1",
|
"@percy/playwright": "1.0.1",
|
||||||
"@playwright/test": "1.19.0",
|
"@playwright/test": "1.19.1",
|
||||||
"allure-playwright": "2.0.0-beta.15",
|
"allure-playwright": "2.0.0-beta.15",
|
||||||
"babel-eslint": "10.1.0",
|
"babel-eslint": "10.1.0",
|
||||||
"comma-separated-values": "3.6.4",
|
"comma-separated-values": "3.6.4",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user