From 142af07d506b35b0f42bebee6eed7493a2169e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Houen?= Date: Sun, 26 May 2024 10:06:47 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d05356..11acc0c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![master branch CI](https://github.com/houen/minitest-rerun-failed/actions/workflows/main.yml/badge.svg?branch=master) [![Gem Version](https://badge.fury.io/rb/minitest-rerun-failed.svg)](https://badge.fury.io/rb/minitest-rerun-failed) -Easy rerun of failed tests with minitest. Prints a list of failed tests and seed at the end of the test run to console and file. Allows for re-running the failed tests via `cat`'ing the outputted file. +Easy rerun of failed tests with minitest. Prints a list of failed tests and seed at the end of the test run to console and file. Re-run the failed tests with `bin/rerun_failed_tests`. ![Example screenshot](assets/screenshot.png)