Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas authored Jul 24, 2024
1 parent 94abb92 commit c31b211
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
# CTRF documentation
# CTRF

Generate the same JSON report, no matter the test framework

A JSON test results report with a wide range of reporters and plugins supporting modern test automation frameworks.

Documentation website [ctrf.io](https://www.ctrf.io/)

**We need your help to grow CTRF, please follow the [GitHub organisation](https://github.com/ctrf-io) and give our repositories a star ⭐**

**It means a lot to us.**

```json
{
"results": {
"tool": {
"name": "AnyTool"
},
"summary": {
"tests": 1,
"passed": 1,
"failed": 0,
"pending": 0,
"skipped": 0,
"other": 0,
"start": 1706828654274,
"stop": 1706828655782
},
"tests": [
{
"name": "API Status code is 200",
"status": "passed",
"duration": 801
}
],
"environment": {
"appName": "MyApp",
"buildName": "MyApp",
"buildNumber": "100"
}
}
}
```



Documentation website [ctrf.io](https://ctrf.io)

0 comments on commit c31b211

Please sign in to comment.