TESTING-AUTOMATION/
- root directory of the projectcypress/
- contains cypress related files and foldersdownloads/
e2e/
- contains all the feature filesfixtures/
- contains test files used for uploadintegration/
plugins/
screenshots/
support/
- contains support to run cucumberstep_defenitions/
- contains step defenitions for each linecommands.ts
- contains custom commands required for cypresse2e.ts
App.js
index.js
maestro/
- contains maestro related files and foldersnode_modules/
...
package.json
README.maestro.md
README.maestro.md
Cypress is a testing tool used to automates tests for the web.
To open the cypress GUI, run the following command from the root of the project:
npm run cy:open