Skip to content
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

Polymer v1.0 #239

Closed
dcwardell7 opened this issue Sep 21, 2015 · 2 comments
Closed

Polymer v1.0 #239

dcwardell7 opened this issue Sep 21, 2015 · 2 comments

Comments

@dcwardell7
Copy link

I am attempting to use NightmareJS to test a Polymer v1.0 application. So far I have been unsuccessful. I assume electron is the problem, but can't access any electron debugging information to verify this. Is there any way to get some feedback from electron while running NightmareJS?

@reinpk
Copy link
Contributor

reinpk commented Sep 27, 2015

yep three ways:

  1. the debug flag: https://github.com/segmentio/nightmare#debug
  2. listen for specific events https://github.com/segmentio/nightmare#onevent-callback
  3. pass { show: true } to the nightmare constructor to have it actually create a visible, rendered window that you can watch what's happening: https://github.com/segmentio/nightmare#nightmareoptions

@reinpk reinpk closed this as completed Sep 27, 2015
@reinpk
Copy link
Contributor

reinpk commented Sep 27, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants