So I've been having an issue getting my Protractor/Jasmine tests running in FireFox. I've been aware of the version issue from FireFox that doesn't support selenium angular/bootstrap etc etc and that has been my issue to date.
I was informed to try geckodriver but really can't find any good resources on how to set it up using protractor and jasmine. Or even which driver is the appropriate one to use.
Recently I've tried the following to get FF back up and running (all resulted with no luck):
- Downgraded FireFox to as low as 33.x.x while keeping Protractor/Jasmine at current versions (4.0.5 and 2.51 respectively).
- Downgraded Protractor to as low as 3.0.0 while keeping FF at current version (47.0.1)
- Downgraded both Protractor and FF to the lowest above versions.
- Used Latest Version of FF 47.0.1 with lesser versions of Protractor.
- Used Latest Version of FF 47.0.1 with latest version of Protractor 4.0.5
- Used directConnect: true and directConnet: false
So I guess now I have one of two questions: 1. Could somebody post a protractor config snippet using the geckodriver / or direct me to a walk-through of this. 2. Inform me of a work around or a working solution (versions of both webdrivers/protractor/jasmine, etc).
If you need to see errors or my config file or anything at all please just simply comment and I'll be happy to revise.