tests: Make puppeteer tests run in full suites and CircleCI.

This commit is contained in:
Dinesh
2020-03-27 01:30:05 +05:30
committed by Tim Abbott
parent c8268865dc
commit d429b7145e
3 changed files with 9 additions and 0 deletions

View File

@@ -72,6 +72,7 @@ run ./tools/test-js-with-node
run ./manage.py makemessages --locale en
run env PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
run env PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate
run ./tools/test-js-with-puppeteer $FORCEARG
run ./tools/test-js-with-casper $FORCEARG
printf '\n\e[32mAll OK!\e[0m\n'