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
+15-12Lines changed: 15 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,14 @@ CTRF is a JSON test report standard with a seamless developer tool integration
23
23
</div>
24
24
25
25
<pstyle="font-size: 14px; margin: 1rem0;">
26
-
Maintained by <ahref="https://github.com/ma11hewthomas">Matthew Thomas</a><br/>
26
+
27
27
Contributions are very welcome! <br/>
28
-
Explore more <ahref="https://www.ctrf.io/integrations">integrations</a>
28
+
Explore more <ahref="https://www.ctrf.io/integrations">integrations</a> <br/>
29
+
<ahref="https://app.formbricks.com/s/cmefs524mhlh1tl01gkpvefrb">Let us know your thoughts here</a>.
30
+
29
31
</p>
30
32
</div>
33
+
</div>
31
34
32
35
## Features
33
36
@@ -66,16 +69,6 @@ Explore more <a href="https://www.ctrf.io/integrations">integrations</a>
66
69
}
67
70
```
68
71
69
-
## What is CTRF?
70
-
71
-
CTRF is a universal JSON test report schema that addresses the lack of a standardized format for JSON test reports.
72
-
73
-
**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.
74
-
75
-
**Language and Framework Agnostic:** It provides a universal reporting schema that works seamlessly with any programming language and testing framework.
76
-
77
-
**Facilitates Better Analysis:** With a standardized format, programatically analyzing test outcomes across multiple platforms becomes more straightforward.
78
-
79
72
## Installation
80
73
81
74
```bash
@@ -153,6 +146,16 @@ The test object in the report includes the following [CTRF properties](https://c
153
146
|`flaky`| Boolean | Optional | Indicates whether the test result is flaky. |
154
147
|`browser`| String | Optional | The browser used for the test. |
155
148
149
+
## What is CTRF?
150
+
151
+
CTRF is a universal JSON test report schema that addresses the lack of a standardized format for JSON test reports.
152
+
153
+
**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.
154
+
155
+
**Language and Framework Agnostic:** It provides a universal reporting schema that works seamlessly with any programming language and testing framework.
156
+
157
+
**Facilitates Better Analysis:** With a standardized format, programatically analyzing test outcomes across multiple platforms becomes more straightforward.
158
+
156
159
## Support Us
157
160
158
161
If you find this project useful, consider giving it a GitHub star ⭐. It means a lot to us.
0 commit comments