You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,20 +4,16 @@ A Go JSON test reporter to create test reports that follow the CTRF standard.
4
4
5
5
[Common Test Report Format](https://ctrf.io) ensures the generation of uniform JSON test reports, independent of programming languages or test framework in use.
6
6
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
+
7
11
## Features
8
12
9
13
- Generate JSON test reports that are [CTRF](https://ctrf.io) compliant
10
14
- Straightforward integration with Go
11
15
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.
17
16
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.
21
17
22
18
```json
23
19
{
@@ -51,6 +47,16 @@ CTRF is a universal JSON test report schema that addresses the lack of a standar
51
47
}
52
48
```
53
49
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
+
54
60
## Installation
55
61
56
62
To install go-ctrf-json-reporter, ensure you have Go installed on your system, then run:
0 commit comments