Skip to content

Commit 418f4da

Browse files
author
Sebastian Silbermann
committed
Better webserver debugging
1 parent 3a05586 commit 418f4da

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,10 @@ jobs:
320320
- run:
321321
name: Run tests
322322
working_directory: fixtures/flight
323-
command: yarn dev
323+
command: yarn test
324+
environment:
325+
# Otherwise the webserver is a blackbox
326+
DEBUG: pw:webserver
324327
- store_artifacts:
325328
path: fixtures/flight/playwright-report
326329
- store_artifacts:

0 commit comments

Comments
 (0)