mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01:00
d2331c0e0b
The Playwright install step run in the `test-storybook` job has been updated to ensure that we are running the correct install command. Previously we were using `yarn dlx`, which would use the latest version of `Playwright` rather than the one currently installed. Instead now we are using `yarn exec`, which will invoke the `playwright` binary from the locally installed package. This binary has an `install` command that completes the necessary setup, which is to install custom patched browsers for Playwright to run. |
||
---|---|---|
.. | ||
scripts | ||
config.yml |