File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ inputs:
2727 required : false
2828 os :
2929 description : >-
30- The operating system to run tests on. Defaults to "windows". Can be either "windows" or "mac"
30+ The operating system to run tests on. Defaults to "windows". Can be "windows", "linux", or "mac"
3131 required : false
3232 version :
3333 description : >-
Original file line number Diff line number Diff line change @@ -41446,7 +41446,7 @@ axios.interceptors.response.use(
4144641446 let gif = extractGif(shareLink);
4144741447
4144841448 console.log("");
41449- console.log(chalk.yellow("View Test Result on Dashcam.io :"));
41449+ console.log(chalk.yellow("View Test Result on TestDriver.ai :"));
4145041450
4145141451 if (extractedFromMarkdown) {
4145241452 console.log(extractedFromMarkdown);
Original file line number Diff line number Diff line change @@ -251,7 +251,7 @@ axios.interceptors.response.use(
251251 let gif = extractGif ( shareLink ) ;
252252
253253 console . log ( "" ) ;
254- console . log ( chalk . yellow ( "View Test Result on Dashcam.io :" ) ) ;
254+ console . log ( chalk . yellow ( "View Test Result on TestDriver.ai :" ) ) ;
255255
256256 if ( extractedFromMarkdown ) {
257257 console . log ( extractedFromMarkdown ) ;
You can’t perform that action at this time.
0 commit comments