Open
Description
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
as described in the readme for mochawesome-merge it should be:
npx mochawesome-merge cypress/results/*.json -o mochawesome.json
This command executes successfully and produces correct report with all entries.