fix: vrt:docker with git-bash (#3497)

* fix: vrt:docker with git-bash

* chore: release note
This commit is contained in:
Koen van Staveren
2024-09-25 21:56:32 +02:00
committed by GitHub
parent 373dfb0465
commit 88a7432975
2 changed files with 7 additions and 1 deletions

View File

@@ -28,5 +28,5 @@ echo "Running VRT tests with the following parameters:"
echo "E2E_START_URL: $E2E_START_URL"
echo "VRT_ARGS: $VRT_ARGS"
docker run --rm --network host -v "$(pwd)":/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.41.1-jammy /bin/bash \
MSYS_NO_PATHCONV=1 docker run --rm --network host -v "$(pwd)":/work/ -w /work/ -it mcr.microsoft.com/playwright:v1.41.1-jammy /bin/bash \
-c "E2E_START_URL=$E2E_START_URL yarn vrt $VRT_ARGS"

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [UnderKoen]
---
Fix running `yarn vrt:docker` on windows with git bash