Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

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

Notifications You must be signed in to change notification settings

outline/jest-runner-serial

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%