Skip to content

Instantly share code, notes, and snippets.

@devarajchidambaram
Created September 7, 2018 07:49
Show Gist options
  • Save devarajchidambaram/484b2e4ea5ec7db26bf154f35d6681f3 to your computer and use it in GitHub Desktop.
Save devarajchidambaram/484b2e4ea5ec7db26bf154f35d6681f3 to your computer and use it in GitHub Desktop.
List of Automation testing libraries for nodejs
Provide a testing structure (Mocha, Jasmine, Jest, Cucumber)
Provide assertions functions (Chai, Jasmine, Jest, Unexpected)
Generate, display, and watch test results (Mocha, Jasmine, Jest, Karma)
Generate and compare snapshots of component and data structures to make sure changes from previous runs are intended (Jest, Ava)
Provide mocks, spies, and stubs (Sinon, Jasmine, enzyme, Jest, testdouble)
Generate code coverage reports (Istanbul, Jest, Blanket)
Provide a browser or browser-like environment with a control on their scenarios execution (Protractor, Nightwatch, Phantom, Casper)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment