We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Environment (please complete the following information):
Config of multiple-cucumber-html-reporter
report.generate({ jsonDir: `${reportsPath}/json`, reportPath: `${reportsPath}/html-report`, displayDuration: true, durationInMS: true, pageTitle: 'My App', reportName: 'My App, customData: { title: 'Run Info', data: [ { label: 'Stage', value: 'Development' }, { label: 'Branch Name', value: 'feature/XXX-123_some-very-long-name-for-a-feature-branch' }, { label: 'App Version', value: '1.0' }, { label: 'Node Version', value: '18.12.0' }, { label: 'Cypress Version', value: '13.3.1' }, { label: 'Execution Start Time', value: '25.10.2023, 09:26:26' }, { label: 'Execution End Time', value: '25.10.2023, 09:30:12' }, { label: 'Execution Duration', value: '4 Minuten' }, ], }, });
Describe the bug If the value of customData value is too long, then the layout breaks:
I fixed it temporarily in my project by adding a custom CSS-Style, but a fix in the reporter itself would be nice:
To Reproduce Configure the reporter with customData value which is very long, see "Config of multiple-cucumber-html-reporter" section.
Expected behavior
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment (please complete the following information):
Config of multiple-cucumber-html-reporter
Describe the bug
If the value of customData value is too long, then the layout breaks:
I fixed it temporarily in my project by adding a custom CSS-Style, but a fix in the reporter itself would be nice:
To Reproduce
Configure the reporter with customData value which is very long, see "Config of multiple-cucumber-html-reporter" section.
Expected behavior
The text was updated successfully, but these errors were encountered: