Skip to content

Commit 54f08b3

Browse files
Update e2e test command to use 'e2e:web:local' for improved testing accuracy
1 parent 5d3efef commit 54f08b3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,13 @@ jobs:
4040
- run: |
4141
echo "SUPABASE_ANON_KEY=$(supabase status -o env | grep SUPABASE_ANON_KEY | cut -d= -f2)" >> $GITHUB_ENV
4242
43+
- name: Start Angular web app
44+
run: npm run start:local &
45+
env: { NODE_ENV: "test" }
46+
47+
- name: Wait for Angular web app (≤30 s)
48+
run: npx --yes wait-on http://localhost:4200 --timeout 30000
49+
4350
- run: npx playwright install --with-deps
4451
- run: npm run e2e:web:local
4552
env: { CI: "true" }

0 commit comments

Comments
 (0)