File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 13
13
environment :
14
14
USER_TIMEOUT : <<parameters.user_timeout>>
15
15
- store_artifacts :
16
- path : browserstack/cadreport .html
17
- destination : Browserstack Cad Report
16
+ path : browserstack/testreport .html
17
+ destination : Browserstack Test Report
Original file line number Diff line number Diff line change 16
16
name : Run Test
17
17
command : |
18
18
npm run test
19
- - browserstack-circleci-orb/show_report :
19
+ - browserstack-circleci-orb/test_reports :
20
20
user_timeout : 60 # Optional, default is 100 seconds
21
21
workflows :
22
22
set-rerun-tests-example :
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ check_report_status() {
96
96
fi
97
97
return 2
98
98
}
99
- echo " Making initial API request to Browserstack CAD API..."
99
+ echo " Making initial API request to Browserstack Test Report API..."
100
100
101
101
# Initial API Request
102
102
RESPONSE=$( make_api_request " FIRST" )
@@ -107,7 +107,7 @@ POLLING_DURATION=$((POLLING_DURATION / 1000))
107
107
108
108
# Polling Mechanism
109
109
[ " $REPORT_STATUS " == " $REPORT_STATUS_IN_PROGRESS " ] && {
110
- echo " Starting polling mechanism to fetch CAD report..."
110
+ echo " Starting polling mechanism to fetch Test report..."
111
111
}
112
112
local_retry=0
113
113
ELAPSED_TIME=0
@@ -153,8 +153,8 @@ $rich_css_response
153
153
</style>
154
154
</head>
155
155
$rich_html_response
156
- </html>" > browserstack/cadreport .html
157
- echo " Rich html report saved as browserstack/cadreport .html. To view the report, open artifacts tab & click on cadreport .html"
156
+ </html>" > browserstack/testreport .html
157
+ echo " Rich html report saved as browserstack/testreport .html. To view the report, open artifacts tab & click on testreport .html"
158
158
159
159
# Generate plain text report
160
160
if [[ -n " $plain_text_response " ]]; then
You can’t perform that action at this time.
0 commit comments