File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1717 - name : Install dependencies
1818 run : npm install
1919 - name : Build
20- run : npm run build
20+ run : npm run build:npm
2121 - name : Test ai report
2222 run : node dist/core/cli.js ai ctrf-reports/ctrf-report.json --title "AI Summary"
2323 - name : Upload test results
Original file line number Diff line number Diff line change 1717 - name : Install dependencies
1818 run : npm install
1919 - name : Build
20- run : npm run build
20+ run : npm run build:npm
2121 - name : Test community report
2222 run : node dist/core/cli.js community ctrf-reports/ctrf-report.json summary-short --title "Community report"
2323 - name : Upload test results
Original file line number Diff line number Diff line change 1717 - name : Install dependencies
1818 run : npm install
1919 - name : Build
20- run : npm run build
20+ run : npm run build:npm
2121 - name : Test custom summary hbs file
2222 run : node dist/core/cli.js custom ctrf-reports/ctrf-report.json templates/custom-summary.hbs
2323 - name : Test custom summary string
Original file line number Diff line number Diff line change 1717 - name : Install dependencies
1818 run : npm install
1919 - name : Build
20- run : npm run build
20+ run : npm run build:npm
2121 - name : Test table
2222 run : node dist/core/cli.js tests ctrf-reports/ctrf-report.json --title "Test table"
2323 - name : Test list
Original file line number Diff line number Diff line change 1717 - name : Install dependencies
1818 run : npm install
1919 - name : Build
20- run : npm run build
20+ run : npm run build:npm
2121 - name : Failed table
2222 run : node dist/core/cli.js failed ctrf-reports/ctrf-report.json --title "Failed table"
2323 - name : Failed table
Original file line number Diff line number Diff line change 1717 - name : Install dependencies
1818 run : npm install
1919 - name : Build
20- run : npm run build
20+ run : npm run build:npm
2121 - name : Flaky table
2222 run : node dist/core/cli.js flaky ctrf-reports/ctrf-report.json --title "Flaky table"
2323 - name : Flaky rate table
Original file line number Diff line number Diff line change 1717 - name : Install dependencies
1818 run : npm install
1919 - name : Build
20- run : npm run build
20+ run : npm run build:npm
2121 - name : Previous results table
2222 run : node dist/core/cli.js historical ctrf-reports/ctrf-report.json --annotate false --title "Previous results table"
2323 env :
Original file line number Diff line number Diff line change 1919 - name : Install dependencies
2020 run : npm install
2121 - name : Build
22- run : npm run build
22+ run : npm run build:npm
2323 - name : Summary table
2424 run : node dist/core/cli.js summary ctrf-reports/ctrf-report.json --title "Summary table"
2525 - name : Historical table
Original file line number Diff line number Diff line change 1717 - name : Install dependencies
1818 run : npm install
1919 - name : Build
20- run : npm run build
20+ run : npm run build:npm
2121 - name : Skipped table
2222 run : node dist/core/cli.js skipped ctrf-reports/ctrf-report.json --title "Skipped table"
2323 - name : Upload test results
Original file line number Diff line number Diff line change 1717 - name : Install dependencies
1818 run : npm install
1919 - name : Build
20- run : npm run build
20+ run : npm run build:npm
2121 - name : Suite folded table with filepath
2222 run : node dist/core/cli.js suite-folded ctrf-reports/ctrf-report.json --title "Suite folded table with filepath"
2323 - name : Suite folded table with suite name
You can’t perform that action at this time.
0 commit comments