I want to run tests with Firefox/protractor with the cache feature disabled. (Actually, I\'m trying to prevent 304 HTTP responses).
There are multiple ways to do thi
Here's an example of how to integrate firefox-profile with protractor: https://github.com/juliemr/protractor-demo/tree/master/howtos/setFirefoxProfile
EDIT: For those upgrading to protractor >=1.6, the old way of doing this was broken because 'browser' can no longer return a promise. The demo has been updated.