Skip to content

Instantly share code, notes, and snippets.

@brian-mann
Created August 11, 2015 18:27
Show Gist options
  • Select an option

  • Save brian-mann/489ee81adaacff3992c4 to your computer and use it in GitHub Desktop.

Select an option

Save brian-mann/489ee81adaacff3992c4 to your computer and use it in GitHub Desktop.
example cypress.json
{
  "cypress": {
    "testFolder": "app/test/spec",
    "fixturesFolder": "app/test/spec/_fixtures",
    "supportFolder": "app/test/spec/_support",
    "viewportWidth": 1300,
    "viewportHeight": 660
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment