Skip to content

Commit

Permalink
Added new 3.0 test run preview image.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilge committed Jul 20, 2024
1 parent 6145386 commit 51d7ea2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ PHPUnit Immediate Printer (Pip)
[![Build status][Build image]][Build]
[![Test coverage][Coverage image]][Coverage]

Pip a [PHPUnit][] extension that prints exceptions and assertion failures immediately during a test run. Normally PHPUnit keeps failure details secret until the end of the test run, but sometimes we don't want to wait that long. With Pip, all secrets are immediately revealed, with a few extra benefits, too.
Pip is a [PHPUnit][] extension that prints exceptions and assertion failures immediately during a test run. Normally PHPUnit keeps failure details secret until the end of the test run, but sometimes we don't want to wait that long. With Pip, all secrets are immediately revealed, with a few extra benefits, too.

## Benefits

Expand All @@ -17,9 +17,9 @@ Pip a [PHPUnit][] extension that prints exceptions and assertion failures immedi

## Preview

The following preview is somewhat atypical but shows all supported output cases.
The following preview is somewhat atypical but shows all supported output cases at once.

![Preview image](https://raw.githubusercontent.com/ScriptFUSION/PHPUnit-Immediate-Exception-Printer/master/doc/images/test%20run%201.3.png)
![Preview image][]

This printer makes no attempt to modify the test summary; only runtime output is changed.

Expand Down Expand Up @@ -91,4 +91,6 @@ Thanks to the following open source projects that inspired this project. Keep be
[Coverage]: https://codecov.io/gh/ScriptFUSION/PHPUnit-Immediate-Printer
[Coverage image]: https://codecov.io/github/ScriptFUSION/PHPUnit-Immediate-Printer/graph/badge.svg "Test coverage"
[Preview image]: https://raw.githubusercontent.com/ScriptFUSION/PHPUnit-Immediate-Printer/master/doc/images/test%20run%203.0.webp
[PHPUnit]: https://github.com/sebastianbergmann/phpunit
Binary file added doc/images/test run 3.0.webp
Binary file not shown.

0 comments on commit 51d7ea2

Please sign in to comment.