k6 load testing HTML report tutorial

preview_player
Показать описание
k6 is a modern load testing tool that allows you to write test scripts in JavaScript. It provides a way to generate HTML reports to visualize the results of your load tests. To generate an HTML report with k6, watch this video
code snippet:

export function handleSummary(data) {
return {
};
}
Рекомендации по теме
Комментарии
Автор

Sir I have used this code and I am able to generate the html report but on console I am not able to see any metrics after using htmlReporter want to see metrics on console as well

kalpeshahirrao
Автор

Bro i am having 3 html report now i need to merge them into single HTML report
can u help in this ?

Dilip-mw
Автор

Sir, may I know how to visualize this results in graphs or pie charts without using any cloud dashboard example Grafana cloud. Is it possible to achieve it in our local machine if yes, please let me know.

harrinaath