Commit cf328daa authored by BryceLTaylor's avatar BryceLTaylor

circleci convert integration-tap results to xml and store

parent 06b96089
...@@ -92,6 +92,11 @@ aliases: ...@@ -92,6 +92,11 @@ aliases:
name: "integration tests with Tap" name: "integration tests with Tap"
command: | command: |
npm run test:smoke:sauce npm run test:smoke:sauce
npm run test:smoke:convertReportToXunit
- store_test_results:
path: test/results
- store_artifacts:
path: test/results
jobs: jobs:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment