Skip to content

Commit a8c38cf

Browse files
docs: add ctrf banner
1 parent 7a395a0 commit a8c38cf

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

README.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,28 @@ A Jest test reporter to create test reports that follow the CTRF standard.
1212

1313
[Common Test Report Format](https://ctrf.io) ensures the generation of uniform JSON test reports, independent of programming languages or test framework in use.
1414

15-
## Help us grow CTRF
16-
17-
**If you find this project useful, please consider following the [CTRF organisation](https://github.com/ctrf-io) and giving this repository a star**
18-
19-
**It means a lot to us and helps us grow this open source library.**
15+
<div align="center">
16+
<div style="padding: 1.5rem; border-radius: 8px; margin: 1rem 0; border: 1px solid #30363d;">
17+
<span style="font-size: 23px;">💚</span>
18+
<h3 style="margin: 1rem 0;">CTRF tooling is open source and free to use</h3>
19+
<p style="font-size: 16px;">Support the project by giving it a follow and a star ⭐</p>
20+
21+
<div style="margin-top: 1.5rem;">
22+
<a href="https://github.com/ctrf-io/jest-ctrf-json-reporter">
23+
<img src="https://img.shields.io/github/stars/ctrf-io/jest-ctrf-json-reporter?style=for-the-badge&color=2ea043" alt="GitHub stars">
24+
</a>
25+
<a href="https://github.com/ctrf-io">
26+
<img src="https://img.shields.io/github/followers/ctrf-io?style=for-the-badge&color=2ea043" alt="GitHub followers">
27+
</a>
28+
</div>
29+
</div>
30+
31+
<p style="font-size: 14px; margin: 1rem 0;">
32+
Maintained by <a href="https://github.com/ma11hewthomas">Matthew Thomas</a><br/>
33+
Contributions are very welcome! <br/>
34+
Explore more <a href="https://www.ctrf.io/integrations">integrations</a>
35+
</p>
36+
</div>
2037

2138
## Features
2239

0 commit comments

Comments
 (0)