Skip to content

Commit

Permalink
Better webserver debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Silbermann committed Feb 16, 2024
1 parent 3a05586 commit 418f4da
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,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

0 comments on commit 418f4da

Please sign in to comment.