You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Imported - `
const fs = require('fs');
const path = require('path');
const reporter = require('cucumber-html-reporter');
In package.json using version - "cucumber-html-reporter": "^7.1.0"
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 screen is blur and not working its look like below screen -
when run test cases for single module login able to view properly -
The text was updated successfully, but these errors were encountered: