Skip to content

mochawesome-merge broken command in documentation #5870

Open
@moritz-baecker-integra

Description

@moritz-baecker-integra

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions