These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
The following software is required:
Node.js 14+
Now you are ready to clone the repository
run command to install all dependencies
- Integration (1_int) - Validate individual UI components.
- API (2_api) - Validate web API methods handle requests with proper responses.
Tests defined in the spec files use describe, context, and it blocks. All those terms combined make up a testcase's full name. Generally the pattern followed should be:
- describe - Test type
- context - Component
- it - Functionality
run this command to generate local html report with screenshots: npx cypress run