Charles Labas
Results
2
issues of
Charles Labas
I'm running on Windows 8.1 using grunt-protractor-webdriver and grunt-protractor-runner. When I have this config: ``` multiCapabilities: [ { 'browserName': 'firefox' }, { 'browserName': 'chrome' } ] ``` my tests pass...
I'm attempting to add CAS authentication to an existing Django/DRF app using django-cas. I've been successful so far except for redirecting to the CAS login page via the "Login" link...