Skip to content

Commit

Permalink
infra: WIP playwright CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenrich33 committed Dec 20, 2024
1 parent 69e2371 commit bfc8560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- run:
name: Test front app and create reports
command: |
DEBUG_PRINT_LIMIT=10000 SHARD="$((${CIRCLE_NODE_INDEX}+1))"; npm -C front/ run dev && npx playwright test -- --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
DEBUG_PRINT_LIMIT=10000 SHARD="$((${CIRCLE_NODE_INDEX}+1))"; (npm -C front/ run dev&); sleep 1; npx playwright test -- --shard=${SHARD}/${CIRCLE_NODE_TOTAL}
# - run:
# name: Test shared-components and create reports
# command: |
Expand Down

0 comments on commit bfc8560

Please sign in to comment.