You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: heroku_ci.sh
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ else
50
50
fi
51
51
52
52
# Run Salesforce Library API Tests
53
-
coverage run --append `which cci` task run robot -o suites cumulusci/robotframework/tests/salesforce/api.robot | tee cci.log
53
+
coverage run --append `which cci` task run robot -o suites cumulusci/robotframework/tests/salesforce/api.robot -o vars BROWSER:headlesschrome,CHROME_BINARY:$GOOGLE_CHROME_BIN| tee cci.log
54
54
exit_status=${PIPESTATUS[0]}
55
55
if [ "$exit_status"=="0" ];then
56
56
echo"ok 1 - Successfully ran Salesforce Robot Library API"
0 commit comments