Set firefox profile with protractor

前端 未结 1 1789
既然无缘
既然无缘 2020-12-10 06:09

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

相关标签:
1条回答
  • 2020-12-10 06:30

    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.

    0 讨论(0)
提交回复
热议问题