Skip to content

Commit

Permalink
Updated config.yml, add selenium tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philipkcl committed Nov 23, 2023
1 parent 3c56a39 commit ee2f492
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
command: |
TESTS=$(circleci tests glob "doajtest/unit/test_lib*.py" | circleci tests split)
pytest -v --color=yes --code-highlight=yes --log-level=DEBUG --junitxml=test-results/doajtest-unit.xml $TESTS
- run:
name: Run selenium tests
command: |
TESTS=$(circleci tests glob "$DOAJ_CODE_HOME/doajtest/seleniumtest/**/*.py" | circleci tests split)
pytest -v --color=yes --code-highlight=yes --log-level=DEBUG --junitxml=test-results/doajtest-selenium.xml $TESTS
- store_test_results:
path: test-results
working_directory: ~/doaj
Expand Down

0 comments on commit ee2f492

Please sign in to comment.