davearel / jest-serial-runner

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:JavaScript 100.0%