Skip to content

Commit 5ae2460

Browse files
committed
Changed base url
1 parent c9882ea commit 5ae2460

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/e2e-playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
- name: Run tests with ENV=prod
6565
working-directory: ./e2e-playwright
66-
run: ENV=prod HEAD=false BASEURL=http://localhost:8080 npm run test || exit 1
66+
run: ENV=prod npm run test
6767

6868
- name: Upload report
6969
if: failure()

e2e-playwright/config/cucumber.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = {
88
paths: [
99
"src/features/"
1010
],
11-
publishQuiet: true,
1211
dryRun: false,
1312
require: [
1413
"src/steps/*.ts",
@@ -48,4 +47,4 @@ module.exports = {
4847
],
4948
parallel: 1
5049
}
51-
}
50+
}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
BASEURL = http://host.docker.internal:8080/
1+
BASEURL = http://localhost:8080/
22
BROWSER = chrome
3-
HEAD = false
3+
HEAD = false

0 commit comments

Comments
 (0)