File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 37
37
- name : Publish Test Results
38
38
uses : ctrf-io/github-test-reporter@v1
39
39
with :
40
- report-path : ' ./ctrf/*.json'
40
+ report-path : " ./ctrf/*.json"
41
41
github-report : true
42
42
failed-report : true
43
43
flaky-report : true
50
50
env :
51
51
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
52
52
if : always()
53
-
Original file line number Diff line number Diff line change @@ -27,7 +27,11 @@ Explore more <a href="https://www.ctrf.io/integrations">integrations</a>
27
27
</p >
28
28
</div >
29
29
30
- ## Installation
30
+ ## Usage
31
+
32
+ This package can be used via the CLI or added as a dependency to your project.
33
+
34
+ ## Dependency
31
35
32
36
``` sh
33
37
@@ -39,7 +43,7 @@ import { convertJUnitToCTRFReport } from "junit-to-ctrf";
39
43
const report = await convertJUnitToCTRFReport (" path/to/junit.xml" );
40
44
```
41
45
42
- ## API reference
46
+ ### API reference
43
47
44
48
See [ API reference] ( ./docs ) for more details.
45
49
You can’t perform that action at this time.
0 commit comments