Skip to content

Commit

Permalink
feat: collect quality watcher reports (DX-2156) (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
effervescentia authored Jul 30, 2024
1 parent 33a3a23 commit d9c0d9a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/jobs/smoke/run-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,19 @@ steps:
environment:
CYPRESS_INCLUDE_TAGS: << parameters.tags >>
QUALITYWATCHER_ENABLED: << parameters.qualitywatcher >>
command: yarn test:smoke<<# parameters.stable-only >>:stable<</ parameters.stable-only >>
command: |
yarn test:smoke<<# parameters.stable-only >>:stable<</ parameters.stable-only >> <<# parameters.qualitywatcher >>|| true<</ parameters.qualitywatcher >>
- save_cache:
key: smoke-test-build-cache-{{ checksum "commit.txt" }}
paths:
- node_modules/.cache/turbo
- when:
condition: << parameters.qualitywatcher >>
steps:
- persist_to_workspace:
root: "."
paths:
- apps/smoke-test-runner/qualitywatcher-results
- store_test_results:
path: apps/smoke-test-runner/cypress/results
- store_artifacts:
Expand Down

0 comments on commit d9c0d9a

Please sign in to comment.