Skip to content

Instantly share code, notes, and snippets.

@0xIslamTaha
Created May 25, 2021 10:56
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 0xIslamTaha/f64141b4e4c13c0bb3bacf1c60a7d75f to your computer and use it in GitHub Desktop.
Save 0xIslamTaha/f64141b4e4c13c0bb3bacf1c60a7d75f to your computer and use it in GitHub Desktop.
{
"parallelizm": 1,
"browsers": ["chrome", "firefox"],
"timeout": "30m",
"environment": {},
"preCommands": [
"echo 'START ORCHESTRATOR'",
"rm -rf cypress/report/* #Remove the old reports",
"mkdir -p mochawesome-report"
],
"dockerComposePath": "docker-compose.yml",
"cypressContainerName": "cypress-container",
"specsHomePath": "cypress/integration/examples/",
"specsDockerPath": "cypress/integration/examples/",
"mochawesomeJSONPath": "cypress/report/mochawesome-report/*.json",
"reportPath": "mochawesome-report",
"specs": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment