Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

Jasmine

rtyler edited this page Aug 15, 2012 · 1 revision

The sauce-jasmine gem provides some hooks for running Jasmine JavaScript tests on top of Sauce.

This requires the Jasmine gem in order to operate.

The sauce-jasmine gem provides a few helpful Rake tasks:

-> % rake -T sauce
rake jasmine:sauce           # Execute Jasmine tests in a Chrome browser on Sauce
rake jasmine:sauce:all       # Execute Jasmine tests in Chrome, Firefox and Internet Explorer on Sauce
rake jasmine:sauce:chrome    # Execute Jasmine tests in chrome
rake jasmine:sauce:firefox   # Execute Jasmine tests in firefox
rake jasmine:sauce:iexplore  # Execute Jasmine tests in iexplore
-> %
Clone this wiki locally