protractor-sync
protractor-sync copied to clipboard
Wrapper around Protractor, providing synchronous test writing and lots of helper functions.
Bumps [jquery](https://github.com/jquery/jquery) from 3.3.1 to 3.5.0. Commits 7a0a850 3.5.0 8570a08 Release: Update AUTHORS.txt da3dd85 Ajax: Do not execute scripts for unsuccessful HTTP responses 065143c Ajax: Overwrite s.contentType with content-type header...
I am using protractor-sync module with cucumber so that to make the calls synchronously But when I start using the functions of protractor-sync `browserSync.get("https://www.google.com");` ` Error: Could not find the...