Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
Explained how to change the browser webdriver uses
Browse files Browse the repository at this point in the history
  • Loading branch information
iainbeeston committed Aug 24, 2012
1 parent ac54139 commit f7bbe4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.markdown
Expand Up @@ -46,7 +46,7 @@ For Continuous Integration environments, add this task to the project build step

`rake jasmine:ci`

This uses Selenium to launch a browser and run the Jasmine suite. Then it uses RSpec to extract the results from the Jasmine reporter and write them to your build log.
This uses Selenium to launch a browser and run the Jasmine suite. Then it uses RSpec to extract the results from the Jasmine reporter and write them to your build log. The browser used by selenium can be changed by setting the JASMINE_BROWSER environment variable (this might require additional webdriver dependencies).

## Configuration

Expand Down

0 comments on commit f7bbe4f

Please sign in to comment.