Skip to content

Commit 77c24a9

Browse files
authored
corrected view artifacts log line
1 parent 88ef071 commit 77c24a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browserstack_ci_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
</head>
195195
$rich_html_response
196196
</html>" > browserstack/testreport.html
197-
echo "Rich html report saved as browserstack/testreport.html. To view the report, open artifacts tab & click on testreport.html"
197+
echo "Rich html report saved as browserstack/testreport.html. To download the report, open artifacts tab & go to a job which extends set_browserstack_test_report job."
198198
199199
# Generate plain text report
200200
if [[ -n "$plain_text_response" ]]; then

0 commit comments

Comments
 (0)