damianszczepanik / cucumber-reporting

HTML reports for Cucumber
GNU Lesser General Public License v2.1
546 stars 402 forks source link

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

Closed lavanya-vnix closed 8 months ago

lavanya-vnix commented 8 months ago

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" Can anyone help me to fix this issue?

when run all test cases html report looks like blur and not actionable, image

When run for single module like login able to view proper screen as below, image

damianszczepanik commented 8 months ago

Screenshots you have attached are not generated by this project