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
import report from 'multiple-cucumber-html-reporter'; import * as os from 'os'; import { browserInfo } from '../session/createBrowserPage'; report.generate({ jsonDir: 'test-results/', reportPath: 'test-results/reports/', reportName: 'Core Automation Report', pageTitle: 'Core Automation Report', displayDuration: false, metadata: { browser: { name: browserInfo.type ?? 'chrome', version: browserInfo.version ?? '120', }, device: process.env.CI ? 'Remote' : 'Local', platform: { name: os.platform(), version: os.release(), }, }, customData: { title: 'Test Info', data: [ { label: 'Project', value: 'Core' }, { label: 'Release', value: '9.7.0' }, { label: 'Cycle', value: 'Regression' }, { label: 'Time', value: new Date() }, ], }, });
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
[Include code or an example repository that can easily be set up]
Expected behavior A scenario should be marked when all steps are passed.
Actual behavior A scenario is marked as failed.
Additional context
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
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
[Include code or an example repository that can easily be set up]
Expected behavior
A scenario should be marked when all steps are passed.
Actual behavior
A scenario is marked as failed.
Additional context
The text was updated successfully, but these errors were encountered: