Skip to content

Commit

Permalink
Chore: Try to configure run from failed (#2405)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmondra authored Oct 29, 2024
1 parent 7eba607 commit fec866c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ jobs:
pip install selenium
pip install pytest-selenium
pip install -e .
TEST_FILES=$(circleci tests glob "tests/test_*.py" | circleci tests split --split-by=timings)
pytest --durations=0 --junitxml=test-reports/junit.xml --driver Firefox --driver-path tests/drivers/geckodriver $TEST_FILES
TEST_FILES=$(circleci tests glob "tests/test_*.py")
echo "$TEST_FILES" | circleci tests run --command="xargs pytest --durations=0 -o junit_family=legacy --junitxml=test-reports/junit.xml --driver Firefox --driver-path tests/drivers/geckodriver" --verbose --split-by=timings
- run:
name: Copy API logs to artifacts
when: on_fail
Expand Down

0 comments on commit fec866c

Please sign in to comment.