Skip to content

Commit eaf7b1f

Browse files
docs: add ctrf banner
1 parent b7b3aa2 commit eaf7b1f

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

README.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,28 @@ A Cypress JSON test reporter to create test reports that follow the CTRF standar
66

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

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

2032
## Features
2133

0 commit comments

Comments
 (0)