Skip to content

Commit

Permalink
Updated html tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitesh411 committed Mar 25, 2024
1 parent 83133ce commit 0c9c0b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: grafana/[email protected]
with:
filename: ./script.js
flags: --out json=results.json
flags: --out html=index.html

- name: Upload performance test results
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import http from 'k6/http';
// This will export to HTML as filename "result.html" AND also stdout using the text summary
// This will export to HTML as filename "result.html" AND also stdout using the text summary json=results.json
import { htmlReport } from "https://raw.githubusercontent.com/benc-uk/k6-reporter/main/dist/bundle.js";
import { textSummary } from "https://jslib.k6.io/k6-summary/0.0.1/index.js";
import { check, sleep } from 'k6';
Expand Down

0 comments on commit 0c9c0b6

Please sign in to comment.