1.1.1 • Published 1 year ago

@japa/run-failed-tests v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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()]
})
1.1.1

1 year ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago