casper: Add support for exporting results as XUnit XML file.

This commit is contained in:
Vishnu Ks
2018-03-08 21:01:57 +05:30
committed by Tim Abbott
parent 0b35bb96f0
commit 1f250a3fd2
3 changed files with 12 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ PYTHONWARNINGS=ignore ./tools/check-capitalization --no-generate
PYTHONWARNINGS=ignore ./tools/check-frontend-i18n --no-generate
# Run the slower Casper tests last
./tools/test-js-with-casper
./tools/test-js-with-casper --xunit-export
# NB: Everything here should be in `tools/test-all`. If there's a
# reason not to run it there, it should be there as a comment