Skip to content

Instantly share code, notes, and snippets.

@RookieOne
Forked from asunar/E2E Testing with Nightwatch abstract
Last active September 21, 2015 17:29
Show Gist options
  • Save RookieOne/185c525eaa08d50b4edf to your computer and use it in GitHub Desktop.
Save RookieOne/185c525eaa08d50b4edf to your computer and use it in GitHub Desktop.
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.
Speed up your automation environment, have confidence in your end to end tests, and lets all move on to more interesting problems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment