cucumber / cucumber-js

Cucumber for JavaScript
https://cucumber.io
MIT License
5.07k stars 1.09k forks source link

Cucumber Report and local output is different for playwright-cucumber.js #2418

Open Huseyinaltas1 opened 3 months ago

Huseyinaltas1 commented 3 months ago

👓 What did you see?

cucumber report (https://reports.cucumber.io/) has some output that is not clear other than local output. It is really hard to read issues on cucumber report.

✅ What did you expect to see?

Same output on cucumber report and local output for playwright.

📦 Which tool/library version are you using?

node: v18.20.3 cucumber/cucumber": "^10.8.0",

🔬 How could we reproduce it?

install node: v18.20.3 cucumber/cucumber": "^10.8.0" playwright/test": "^1.45.1", tesseract.js:"^5.1.0",

And validate a receipt by tesseract with playwright test function: expect(expected).toBe(text);

Local output:

Screenshot 2024-08-13 at 8 18 33 AM

Cucumber report (https://reports.cucumber.io/): Screenshot 2024-08-13 at 8 18 56 AM

Screenshot 2024-08-13 at 8 16 58 AM

📚 Any additional context?

No response