Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Better webserver debugging
  • Loading branch information
Sebastian Silbermann committed Feb 21, 2024
commit 9aa8c4efa39b1151179f5eabc24ce9c68467851d
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,10 @@ jobs:
- run:
name: Run tests
working_directory: fixtures/flight
command: yarn dev
command: yarn test
environment:
# Otherwise the webserver is a blackbox
DEBUG: pw:webserver
- store_artifacts:
path: fixtures/flight/playwright-report
- store_artifacts:
Expand Down