diff --git a/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile b/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile index bdea955196a..bdc0c26543f 100644 --- a/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile +++ b/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/Earthfile @@ -21,7 +21,7 @@ src: package-test: FROM +src - ENV APP_URL http://app:80 + ENV APP_URL http://test-app:80 RUN mkdir /results VOLUME /results ENTRYPOINT ["/bin/sh", "-c", "/usr/bin/xvfb-run --auto-servernum npm test", ""] @@ -52,7 +52,7 @@ nightly-test: --compose compose.yml \ --load test-app:latest=(+package-app) \ --load test:latest=(+package-test) \ - --service app \ + --service test-app \ --allow-privileged RUN docker run --network=default_default --name=test test:latest && \ diff --git a/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/compose.yml b/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/compose.yml index 3a79143e11a..eea27db6567 100644 --- a/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/compose.yml +++ b/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/compose.yml @@ -1,6 +1,6 @@ version: "3" services: - app: + test-app: image: test-app:latest ports: - 8000:80 \ No newline at end of file diff --git a/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/package.json b/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/package.json index 64d4f463604..cba1e952f6d 100644 --- a/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/package.json +++ b/catalyst_voices/packages/libs/catalyst_cardano/catalyst_cardano/wallet-automation/package.json @@ -21,7 +21,7 @@ }, "homepage": "https://github.com/input-output-hk/catalyst-voices#readme", "devDependencies": { - "@playwright/test": "^1.45.3", + "@playwright/test": "^1.48.0", "@types/node": "^20.14.12" }, "dependencies": { @@ -30,7 +30,7 @@ "fs-extra": "^11.2.0", "install": "^0.13.0", "node-fetch": "^2.6.7", - "playwright": "^1.45.3", + "playwright": "^1.48.0", "unzip-crx-3": "^0.2.0" } }