mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -05:00
⬆️ upgrade low risk dependencies to their newest minor version (#5025)
* vitest * types * eslint * better-sqlite3 * pluggy-sdk * globals * google-protobuf * fast-check * chokidar * i18next * openid-client * playwright * lru-cache * memfs * redacted font * sass * @vitejs/plugin-basic-ssl * re-resizable * rollup-plugin-visualizer * note * update vrt screenshots * vrt
This commit is contained in:
@@ -65,10 +65,10 @@ Run manually:
|
||||
|
||||
```sh
|
||||
# Run docker container
|
||||
docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.41.1-jammy /bin/bash
|
||||
docker run --rm --network host -v $(pwd):/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.52.0-jammy /bin/bash
|
||||
|
||||
# If you receive an error such as "docker: invalid reference format", please instead use the following command:
|
||||
docker run --rm --network host -v ${pwd}:/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.41.1-jammy /bin/bash
|
||||
docker run --rm --network host -v ${pwd}:/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.52.0-jammy /bin/bash
|
||||
|
||||
# Once inside the docker container, run the VRT tests: important - they MUST be ran against a HTTPS server.
|
||||
# Use the ip and port noted earlier
|
||||
|
||||
Reference in New Issue
Block a user