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

About scenario durations #292

Open
nurullahsahin44 opened this issue Jan 3, 2024 · 0 comments
Open

About scenario durations #292

nurullahsahin44 opened this issue Jan 3, 2024 · 0 comments

Comments

@nurullahsahin44
Copy link

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

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