The End-to-End testing framework for AngularJS.
I've got an Angular app that requires authentication with Google, granting of some scopes, etc, and I'm trying to set …
angularjs oauth protractor angularjs-e2eI'm beginner in the e2e testing and have a problem. When I do login - I make redirect from …
javascript angularjs protractor angularjs-e2e e2e-testingI made some test code for my JavaScript SPA application. I set the locale for the entire SPA pretending to …
javascript datetime timezone momentjs angularjs-e2eI would like to pass some of my http request through and not mock them in my unit test, but …
angularjs angularjs-e2eI want to click on a specific location of my canvas element, so I wrote the following Protractor code: var …
javascript protractor mousemove angularjs-e2eI am trying to test an Angular Single Page application with protractor. I need to run the login script first. …
angularjs protractor angularjs-e2e e2e-testing gulp-protractorI have seen in many examples like this $('.selector') and I am also using this. So what this $ variable …
angularjs protractor angularjs-e2e gulp-protractorI get the following error in the command line when trying to run Protractor: > Fatal error: protractor exited with …
angularjs angularjs-e2e protractorWhat is the right way to handle the Page Objects model for writing Protractor E2E testing for AngularJS? I …
javascript angularjs protractor angularjs-e2eI use CucumberJs and Gulp to run my e2e tests; However, I need to run them against Microsoft Edge. …
gulp protractor microsoft-edge angularjs-e2e cucumberjs