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

mochawesome-merge broken command in documentation #5870

Open
moritz-baecker-integra opened this issue Jul 11, 2024 · 0 comments
Open

mochawesome-merge broken command in documentation #5870

moritz-baecker-integra opened this issue Jul 11, 2024 · 0 comments

Comments

@moritz-baecker-integra
Copy link

Subject

Reporters

Description

the used command to use mochawesome-merge is obsolete and doesnt work with "npx marge .\mochawesome.json".
It produces an invalid json file for marge.
npx mochawesome-merge "cypress/results/*.json" > mochawesome.json
image

as described in the readme for mochawesome-merge it should be:
npx mochawesome-merge cypress/results/*.json -o mochawesome.json
image

This command executes successfully and produces correct report with all entries.

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

No branches or pull requests

1 participant