File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed
Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 5151 - name : Publish Test Report
5252 uses : ./
5353 with :
54- report-path : ' ./ctrf/* .json'
54+ report-path : ' ./ctrf-reports/ctrf-report .json'
5555 ai-summary-report : true
5656 pull-request : true
5757 annotate : false
Original file line number Diff line number Diff line change @@ -33,7 +33,8 @@ You can support the project by:
3333
3434## Table of Contents
3535
36- 1 . [ Usage] ( #usage )
36+ 1 . [ Basic Usage] ( #basic-usage )
37+ 2 . [ Insights Usage] ( #insights-usage )
37382 . [ Report Showcase] ( #report-showcase )
38393 . [ Visual Overview] ( #visual-overview )
39404 . [ Available Inputs] ( #available-inputs )
@@ -49,7 +50,7 @@ You can support the project by:
495014 . [ Integrations] ( #integrations )
505115 . [ What is CTRF?] ( #what-is-ctrf )
5152
52- ## Usage
53+ ## Basic Usage
5354
5455To get started add the following to your workflow file:
5556
@@ -66,6 +67,18 @@ To get started add the following to your workflow file:
6667<img src="images/github-readme.png" alt="GitHub Test Reporter" width="600">
6768</div>
6869
70+ ## Insights Usage
71+
72+ ` ` ` yaml
73+ - name : Publish Test Report
74+ uses : ctrf-io/github-test-reporter@v1
75+ with :
76+ report-path : ' ./ctrf/*.json'
77+ github-report : true
78+ if : always()
79+ ` ` `
80+
81+
6982## Report Showcase
7083
7184Checkout the [built-in reports](docs/report-showcase.md)
You can’t perform that action at this time.
0 commit comments