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

Cucumber html report screen is blur and couldn't able to access the report #2159

Closed
lavanya-vnix opened this issue Jan 22, 2024 · 1 comment

Comments

@lavanya-vnix
Copy link

Using cucumber-js automation testing, after all test cases run html report screen is not visible properly and looks like blur screen action couldn't perform on it.

  1. Imported - `
    const fs = require('fs');
    const path = require('path');
    const reporter = require('cucumber-html-reporter');

  2. In package.json using version - "cucumber-html-reporter": "^7.1.0"

  3. Command to run - "sudo npx cucumber-js features/ -f json:test/report/cucumber_report.json && node index.js"

image

Can anyone help me to fix this issue?

@mpkorstanje
Copy link
Contributor

I think you're in the wrong project. You probably meant https://github.com/gkushang/cucumber-html-reporter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants