Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K6 report missing red highlighting? #43

Open
JD2775 opened this issue Sep 12, 2022 · 0 comments
Open

K6 report missing red highlighting? #43

JD2775 opened this issue Sep 12, 2022 · 0 comments

Comments

@JD2775
Copy link

JD2775 commented Sep 12, 2022

If there is failed threshold (red tab above) should the row in the grid below that failed be highlighted red as well? Currently I can't see what threshold failed given this result...

2022-09-08 14_18_55-K6 Load Test_ PSC_LIMS

Code used...

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";

export function handleSummary(data) {
  return {
    "summary.html": htmlReport(data, {title: "PSC_LIMS"} ),
    stdout: textSummary(data, {indent: " ", enableColors: true})
  };
}
@JD2775 JD2775 changed the title K6 report missing red highlighting I think K6 report missing red highlighting? Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant