Skip to content

Instantly share code, notes, and snippets.

@GeoffMahugu
Last active January 16, 2019 06:02
Show Gist options
  • Save GeoffMahugu/6b9ce993150d1384ca9f9677c7e5b5d7 to your computer and use it in GitHub Desktop.
Save GeoffMahugu/6b9ce993150d1384ca9f9677c7e5b5d7 to your computer and use it in GitHub Desktop.
Angular-cypress folder structure
app
├── cypress
│ ├── fixtures
| | └──example.json
| ├── integration
| | └──examples
| ├── plugins
| | └──index.json
| ├── support
| | └──commands.js
| | └──index.js
├── node_modules
├── src
├── .editorconfig
├── .gitignore
├── angular.json
├── cypress.json
├── package-lock.json
├── package.json
├── README.md
├── tsconfig.json
└── index.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment