Skip to content

Commit f68b1c4

Browse files
authored
add screenshots for README (#35)
1 parent fc6576e commit f68b1c4

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,9 @@ Since failing tests mean a non-zero exit code of `pytest`, `if: always()` needs
4646
title: Test results
4747
```
4848
49-
The report will be posted to the workflow summary.
49+
The report will be posted to the workflow summary:
50+
51+
<picture>
52+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/pmeier/pytest-results-action/main/images/summary-report-dark.png">
53+
<img src="https://raw.githubusercontent.com/pmeier/pytest-results-action/main/images/summary-report-light.png" alt="Example of report posted to the workflow summary by pytest-results-action. Under the title is a table that details the absolute and relative number of passed, skipped, xfailed, failed, xpassed, and errored tests. Below the table is a section for failed, errored, and xpassed tests. Each section includes the names of the respective test as well as the corresponding message. Only the details of the failed tests are visible.">
54+
</picture>

images/summary-report-dark.png

55.9 KB
Loading

images/summary-report-light.png

55.5 KB
Loading

0 commit comments

Comments
 (0)