Skip to content

Commit 8870365

Browse files
committed
docs: please give us a github star :)
1 parent 15bb710 commit 8870365

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,16 @@ A Go JSON test reporter to create test reports that follow the CTRF standard.
44

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

7+
**If you find this project useful, consider giving it a GitHub star**
8+
9+
It means a lot to us and helps us grow this open source library.
10+
711
## Features
812

913
- Generate JSON test reports that are [CTRF](https://ctrf.io) compliant
1014
- Straightforward integration with Go
1115

12-
## What is CTRF?
13-
14-
CTRF is a universal JSON test report schema that addresses the lack of a standardized format for JSON test reports.
15-
16-
**Consistency Across Tools:** Different testing tools and frameworks often produce reports in varied formats. CTRF ensures a uniform structure, making it easier to understand and compare reports, regardless of the testing tool used.
1716

18-
**Language and Framework Agnostic:** It provides a universal reporting schema that works seamlessly with any programming language and testing framework.
19-
20-
**Facilitates Better Analysis:** With a standardized format, programatically analyzing test outcomes across multiple platforms becomes more straightforward.
2117

2218
```json
2319
{
@@ -51,6 +47,16 @@ CTRF is a universal JSON test report schema that addresses the lack of a standar
5147
}
5248
```
5349

50+
## What is CTRF?
51+
52+
CTRF is a universal JSON test report schema that addresses the lack of a standardized format for JSON test reports.
53+
54+
**Consistency Across Tools:** Different testing tools and frameworks often produce reports in varied formats. CTRF ensures a uniform structure, making it easier to understand and compare reports, regardless of the testing tool used.
55+
56+
**Language and Framework Agnostic:** It provides a universal reporting schema that works seamlessly with any programming language and testing framework.
57+
58+
**Facilitates Better Analysis:** With a standardized format, programatically analyzing test outcomes across multiple platforms becomes more straightforward.
59+
5460
## Installation
5561

5662
To install go-ctrf-json-reporter, ensure you have Go installed on your system, then run:

0 commit comments

Comments
 (0)