Skip to content

Commit

Permalink
fix the project name
Browse files Browse the repository at this point in the history
  • Loading branch information
RFSH committed Dec 2, 2024
1 parent f8ad84c commit 7ee5e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ ALL_MANUAL_TESTS=$(Manualrecordset)
define make_test
rc=0; \
for file in $(1); do \
npx playwright test --project=chrome $(2) --config $$file || rc=1; \
npx playwright test --project=chromium $(2) --config $$file || rc=1; \
done; \
exit $$rc;
endef
Expand Down

0 comments on commit 7ee5e32

Please sign in to comment.