You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, the templated tests are really simple, clunky Puppeteer stuff. Nightmare allows programatic clicking and other UI stuff! Here's a link with some cool Nightmare code.
Right now, the templated tests are really simple, clunky Puppeteer stuff. Nightmare allows programatic clicking and other UI stuff! Here's a link with some cool Nightmare code.
https://github.com/segmentio/nightmare
A default test might just check for an expected html value in a certain part of the document (e.g., "Hello, browser!" got printed.
The text was updated successfully, but these errors were encountered: