Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Last active October 5, 2020 10:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/cea437b525a39a1c9978fa3199c06990 to your computer and use it in GitHub Desktop.
Save velotiotech/cea437b525a39a1c9978fa3199c06990 to your computer and use it in GitHub Desktop.
{
"reporter": "mochawesome",
"reporterOptions":
{
"reportDir": "cypress/results",
"overwrite": false,
"html": true,
"json": true
}
}
@pushkardeshpande
Copy link

It should be
{
"reporter": "mochawesome",
"reporterOptions":
{
"reportDir": "cypress/results",
"overwrite": false,
"html": true,
"json": true
}
}

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