cypress-documentation icon indicating copy to clipboard operation
cypress-documentation copied to clipboard

mochawesome-merge broken command in documentation

Open moritz-baecker-integra opened this issue 1 year ago • 0 comments

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.

moritz-baecker-integra avatar Jul 11 '24 11:07 moritz-baecker-integra