@japa/run-failed-tests

v1.1.1
Run only failed japa tests
japa tests

@japa/run-failed-tests

Japa plugin to run only failed tests

github-actions-image npm-image license-image typescript-image

The @japa/run-failed-tests plugin runs only the failed tests on subsequent runs.

Here's how it works under the hood.

  • You ran the tests suite, and a couple of tests failed.
  • On the next run, only the failed test will run.
  • If all tests are green, the next run will execute all the tests.
npm i @japa/run-failed-tests 
import { runFailedTests } from '@japa/run-failed-tests'

configure({
  plugins: [runFailedTests()]
})
npm i @japa/run-failed-tests

Metadata

  • MIT
  • Whatever
  • virk,japa
  • released 2/7/2023

Downloads

Maintainers