Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
pietrzakacper committed Sep 2, 2024
1 parent eaeda23 commit 5ec1924
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: mcr.microsoft.com/playwright:v1.46.1-jammy

steps:
- uses: actions/checkout@v4
Expand All @@ -24,5 +24,5 @@ jobs:
- run: cd reporters/golang && go mod tidy && cd ../..
- run: cd reporters/javascript && bun install && bun run build && cd ../..
- run: cd frontend && bun install && cd ../..
- run: cd e2e-tests && bun install && bunx playwright install && cd ../..
- run: cd e2e-tests && bun install && bunx playwright install --with-deps chromium && cd ../..
- run: cd e2e-tests && DEBUG=1 bun run test -- tests/javascript-server/javascript-server.spec.ts && cd ../..
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ In `e2e-tests` directory:

```bash
bun install # install dependencies
bunx playwright install
bunx playwright install --with-deps chromium
bun run test # run tests
```

Expand Down

0 comments on commit 5ec1924

Please sign in to comment.