-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add CircleCI Config for playwright tests
- Loading branch information
1 parent
5f1e6bd
commit e78d8a3
Showing
4 changed files
with
9 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,10 @@ jobs: | |
docker-compose exec app python -m webrecorder.admin -c [email protected] public Test123Test123 archivist 'Info at Perma.cc' | ||
docker-compose exec web pipenv run pytest \ | ||
--junitxml=junit/pytest/test-results.xml `# write test results so they can be displayed by circleci` \ | ||
--cov --cov-config=setup.cfg --cov-report xml `# write coverage data to coverage.xml for upload by codecov` \ | ||
--cov --cov-config=setup.cfg --cov-report xml `# write coverage data to coverage.xml for upload by codecov` | ||
docker-compose exec -d web pipenv run fab run | ||
sleep 10 | ||
docker-compose exec playwright pipenv run pytest --browser chromium --browser firefox --browser webkit | ||
# Upload test details to circleci | ||
- store_test_results: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters