You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, When I open the report, I want to see scenario all durations and want to see feature durations, I see all step durations but want to see scenario durations and feature durations ? May you give suggestion or May you develop for this issue.
Hi, When I open the report, I want to see scenario all durations and want to see feature durations, I see all step durations but want to see scenario durations and feature durations ? May you give suggestion or May you develop for this issue.
My generate-html-report.js
const report = require('cucumber-html-reporter');
const options = {
theme: 'bootstrap',
jsonFile: 'cypress/results/cucumber-report.json',
output: 'cypress/results/cucumber-report.html',
reportSuiteAsScenarios: true,
scenarioTimestamp: true,
launchReport: true,
metadata: {
'App Version': '1.0.0',
'Host': '***',
'Browser': "Chrome 120",
'Platform': "Macos",
'Parallel': 'Scenarios',
'Executed': 'Remote'
},
failedSummaryReport:true,
};
report.generate(options);
The text was updated successfully, but these errors were encountered: