Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
Signed-off-by: John Cowen <[email protected]>
  • Loading branch information
johncowen committed Jan 16, 2025
1 parent def123a commit 1a124e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/config/src/mk/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ ifdef KUMA_TEST_BROWSER
--e2e \
--browser $(KUMA_TEST_BROWSER)
else
@while ! nc -z localhost 5681; do sleep 1; done;
@CYPRESS_video=true \
TZ=UTC \
npx cypress \
sleep 20 && npx cypress \
run \
--spec $(CYPRESS_SPEC)
endif

0 comments on commit 1a124e6

Please sign in to comment.