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 Report and local output is different for playwright-cucumber.js #2418

Open
Huseyinaltas1 opened this issue Aug 13, 2024 · 0 comments

Comments

@Huseyinaltas1
Copy link

Huseyinaltas1 commented Aug 13, 2024

👓 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

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

No branches or pull requests

1 participant