circleci convert integration-tap results to xml and store

This commit is contained in:
BryceLTaylor 2021-01-20 10:54:47 -05:00
parent 06b9608936
commit cf328daa94

View file

@ -92,6 +92,11 @@ aliases:
name: "integration tests with Tap"
command: |
npm run test:smoke:sauce
npm run test:smoke:convertReportToXunit
- store_test_results:
path: test/results
- store_artifacts:
path: test/results
jobs: