Skip to content
Snippets Groups Projects
Commit f4bee938 authored by Bartek Wrona's avatar Bartek Wrona
Browse files

Added playwright install step to signature-extension example to avoid failure after PW upgrade

parent 4276bc04
No related branches found
No related tags found
No related merge requests found
Pipeline #117754 passed
This commit is part of merge request !282. Comments created here will be created in the context of that merge request.
......@@ -4,7 +4,7 @@
"type": "module",
"scripts": {
"build": "tsc",
"test": "../../../ts/npm-common-config/scripts/bash/npm-helpers/npm_download_browser_extensions.sh \"${HOME}/preinstalled_browser_extensions\" && ln -sf \"${HOME}/preinstalled_browser_extensions\" ./__tests__/extensions && playwright test --max-failures 1",
"test": "../../../ts/npm-common-config/scripts/bash/npm-helpers/npm_download_browser_extensions.sh \"${HOME}/preinstalled_browser_extensions\" && ln -sf \"${HOME}/preinstalled_browser_extensions\" ./__tests__/extensions && playwright install chromium && playwright test --max-failures 1",
"test:manual": "parcel test/index.html"
},
"dependencies": {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment