Skip to content

Comparison of the most popular javascript unit testing frameworks including some mocking mechanisms and reporters.

Notifications You must be signed in to change notification settings

monkog/Javascript-Testing-Frameworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Javascript Testing Frameworks

Comparison of the most popular javascript unit testing frameworks including some mocking mechanisms and reporters. This project contains the following testing frameworks:

How to run tests

  1. Choose the framework that you want to test.
  2. Open a command line in this folder.
  3. Run npm install command to install all necessary packages.
  4. Run npm run test command to run all tests in the folder.

Note that some of the tests inside each folder will fail. This is done on purpose to show how different testing frameworks and reporters report test failures.

About

Comparison of the most popular javascript unit testing frameworks including some mocking mechanisms and reporters.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published