Skip to content

Commit bae0a65

Browse files
author
Sebastian Silbermann
committed
Better webserver debugging
1 parent 9b29061 commit bae0a65

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
@@ -272,7 +272,10 @@ jobs:
272272
- run:
273273
name: Run tests
274274
working_directory: fixtures/flight
275-
command: yarn dev
275+
command: yarn test
276+
environment:
277+
# Otherwise the webserver is a blackbox
278+
DEBUG: pw:webserver
276279
- store_artifacts:
277280
path: fixtures/flight/playwright-report
278281
- store_artifacts:

0 commit comments

Comments
 (0)