Skip to content

Commit

Permalink
chore: increment versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Feb 7, 2025
1 parent 905bc0a commit aea794c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 12 deletions.
33 changes: 24 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,30 @@
A WDIO JSON test reporter to create test reports that follow the CTRF standard.

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

## Help us grow CTRF

**If you find this project useful, please consider following the [CTRF organisation](https://github.com/ctrf-io) and giving this repository a star**

**It means a lot to us and helps us grow this open source library.**

**Thank you so much!!**
CTRF is a JSON test report standard with a seamless developer tool integration

<div align="center">
<div style="padding: 1.5rem; border-radius: 8px; margin: 1rem 0; border: 1px solid #30363d;">
<span style="font-size: 23px;">💚</span>
<h3 style="margin: 1rem 0;">CTRF tooling is open source and free to use</h3>
<p style="font-size: 16px;">Support the project by giving it a follow and a star ⭐</p>

<div style="margin-top: 1.5rem;">
<a href="https://github.com/ctrf-io/ctrf">
<img src="https://img.shields.io/github/stars/ctrf-io/wdio-ctrf-json-reporter?style=for-the-badge&color=2ea043" alt="GitHub stars">
</a>
<a href="https://github.com/ctrf-io">
<img src="https://img.shields.io/github/followers/ctrf-io?style=for-the-badge&color=2ea043" alt="GitHub followers">
</a>
</div>
</div>

<p style="font-size: 14px; margin: 1rem 0;">
Maintained by <a href="https://github.com/ma11hewthomas">Matthew Thomas</a><br/>
Contributions are very welcome! <br/>
Explore more <a href="https://www.ctrf.io/integrations">integrations</a>
</p>
</div>

## Features

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wdio-ctrf-json-reporter",
"version": "0.0.12",
"version": "0.0.13",
"description": "A WebriverIO JSON test reporter to create test results reports",
"repository": {
"type": "git",
Expand Down

0 comments on commit aea794c

Please sign in to comment.