You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: