Skip to content

Instantly share code, notes, and snippets.

View RookieOne's full-sized avatar

Jonathan Birkholz RookieOne

View GitHub Profile
End to end testing is a necessary evil. With unit tests, each part may work individually, but how can we know if they fit together?
But End to End tests are slow, unreliable, brittle, just terrible, and did I mention slow? Ugh!
Boom! Hello Nightwatch.js. Learn to write fast, reliable automated browser tests using Nighwatch.
Leveraging Nightwatch's awesomeness, we will jam out end to end tests for existing an app.
Check your perfectionist ideals at the door and be amazed at how fast our end to end tests are created and run.