Skip to content

Commit

Permalink
Test parallel tests
Browse files Browse the repository at this point in the history
  • Loading branch information
comzeradd committed Oct 21, 2024
1 parent 8675d38 commit 6586bbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ jobs:
export WP_BASE_URL="https://www-dev.greenpeace.org/test-$(cat /tmp/workspace/test-instance)/"
export WP_TEST_USERNAME="p4_test_user"
export WP_TEST_PASSWORD="${WP_TEST_USER}"
npx playwright test
TEST=$(circleci tests glob "tests/e2e/**.spec.js")
echo "$TEST" | circleci tests run --command="npx playwright testt" --split-by=timings
- run:
name: Delete test user
when: always
Expand Down

0 comments on commit 6586bbe

Please sign in to comment.