diff --git a/.circleci/config.yml b/.circleci/config.yml index eb7d7ee4f6..0ee80aa8be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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