Skip to content

Commit 19e0005

Browse files
committed
Pass CHROME_BINARY to Salesforce Robot Library UI tests
1 parent 8b63798 commit 19e0005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heroku_ci.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ else
5050
fi
5151

5252
# 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
5454
exit_status=${PIPESTATUS[0]}
5555
if [ "$exit_status" == "0" ]; then
5656
echo "ok 1 - Successfully ran Salesforce Robot Library API"

0 commit comments

Comments
 (0)