-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot call method 'getCapabilities' of undefined #9
Comments
This actually doesn't seem to be related to #4. |
actually it does seem to be a problem with this module, I experience the same error but only when I add the screenshot reporter |
What's the solution for this? |
I haven't heard anyone mention this one after updating to latest protractor + reporter setup. @Nikhil0538 if you're still experiencing trouble with this one, could you please open up a new issue and describe your setup and errors you're getting? |
I have made a work around using "process.nextTick(callback[, arg][, ...])". Thanks for reaching me out. |
I get the above error after running my tests. I'm not sure if it's a duplicate of #4, and I'm sorry if it is :)
I currently have two tests, and for one of them a screenshot is being generated. Full trace below.
My protractor config looks like this:
The text was updated successfully, but these errors were encountered: