File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -87,18 +87,15 @@ jobs:
87
87
- run :
88
88
name : Run test
89
89
command : pnpm test:e2e:ci
90
+ environment :
91
+ UPLOAD_TO_ARGOS : ' true'
90
92
- save_cache :
91
93
name : Save playwright cache
92
94
key : v6-playwright-{{ arch }}-{{ checksum "/tmp/playwright_info.json" }}
93
95
paths :
94
96
# Keep path in sync with "PLAYWRIGHT_BROWSERS_PATH"
95
97
# Can't use environment variables for `save_cache` paths (tested in https://app.circleci.com/pipelines/github/mui/material-ui/37813/workflows/5b1e207f-ac8b-44e7-9ba4-d0f9a01f5c55/jobs/223370)
96
98
- /tmp/pw-browsers
97
- - run :
98
- name : Upload screenshots to Argos CI
99
- command : pnpm test:argos
100
- environment :
101
- ARGOS_TOKEN : $ARGOS_TOKEN
102
99
test_unit :
103
100
<< : *default-job
104
101
steps :
Original file line number Diff line number Diff line change 1
1
# CI/CD pipeline
2
2
3
- [ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=natserract_frontend-automation&metric=sqale_rating )] ( https://sonarcloud.io/summary/new_code?id=natserract_frontend-automation ) [ ![ Covered by Argos Visual Testing] ( https://argos-ci.com/badge.svg )] ( https://app.argos-ci.com/natserract/frontend-automation/reference )
3
+ [ ![ CircleCI ] ( https://dl.circleci.com/status-badge/img/circleci/FW584pHa6KjeRAGUTkms28/9bgHCchCj26tx5maxVQHux/tree/main.svg?style=svg )] ( https://dl.circleci.com/status-badge/redirect/circleci/FW584pHa6KjeRAGUTkms28/9bgHCchCj26tx5maxVQHux/tree/main ) [ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=natserract_frontend-automation&metric=sqale_rating )] ( https://sonarcloud.io/summary/new_code?id=natserract_frontend-automation ) [ ![ Covered by Argos Visual Testing] ( https://argos-ci.com/badge.svg )] ( https://app.argos-ci.com/natserract/frontend-automation/reference )
4
4
5
5
## What's inside:
6
6
You can’t perform that action at this time.
0 commit comments