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
coverage run --append --source=cumulusci `which cci` task run robot --org dev -o vars BROWSER:headlesschrome -o suites cumulusci/robotframework/tests/cumulusci | tee robot_cumulusci.log
51
+
coverage run --append --source=cumulusci `which cci` task run robot --org dev -o suites cumulusci/robotframework/tests/cumulusci | tee robot_cumulusci.log
52
52
exit_status=${PIPESTATUS[0]}
53
53
if [ "$exit_status"=="0" ];then
54
54
echo"ok 1 - CumulusCI robot tests passed"
@@ -57,7 +57,7 @@ else
57
57
failed=1
58
58
fi
59
59
60
-
coverage run --append --source=cumulusci `which cci` task run robot --org dev -o vars BROWSER:headlesschrome -o suites cumulusci/robotframework/tests/salesforce | tee robot_salesforce.log
60
+
coverage run --append --source=cumulusci `which cci` task run robot --org dev -o vars BROWSER:headlesschrome,CAPABILITIES:binary:$GOOGLE_CHROME_BIN -o suites cumulusci/robotframework/tests/salesforce | tee robot_salesforce.log
0 commit comments