Skip to content

Extending the Jest default runner to run tests serially - useful for integration tests.

Notifications You must be signed in to change notification settings

olifur/jest-serial-runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jest-serial-runner

Simple extension of the default Jest runner that makes it run serially (as of running with --runInBand flag) The non-cli functionality is slightly hidden in the Jest docs.

Useful for integration tests.

Usage

npm install jest-serial-runner --save-dev

Add "runner": "jest-serial-runner" in your jest config

About

Extending the Jest default runner to run tests serially - useful for integration tests.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%