relevance / blue-ridge

Framework for JavaScript Testing (currently a Rails Plugin)
http://groups.google.com/group/blueridgejs
MIT License
480 stars 40 forks source link

Recommendation for browser testing #10

Closed MDeane closed 15 years ago

MDeane commented 15 years ago

Do you store your dev apps on a network and access the fixtures directly from the network or do you configure web sharing to view files via ip address?

Any suggestions would be much appreciated.

karnowski commented 15 years ago

To run the Screw.Unit tests in-browser, I just use "rake js:fixtures" to open the fixtures directory in Finder (on Mac) or Firefox (on Linux) and then run the file locally through Firefox, Safari, or IE.