Welcome to the cypress interview start repository. This project is set up to work with Cypress for end-to-end testing, using TypeScript. Please follow the instructions below to get setup before starting the interview.
- Node.js: >= 20
-
Clone this repository:
-
Navigate into the project folder:
-
Install the dependencies using NPM:
npm install
To open Cypress, use the following command:
npm run cypress:open
This will open the Cypress test runner, and you will be able to see and run any tests that have been set up.
-
You are allowed to use:
- Google or any other search engine.
- Any third-party NPM packages you deem necessary.
-
You are not allowed to use:
- Any AI assistance tools like GitHub Copilot. These should be disabled or uninstalled during the interview.
Good luck! Please reach out to the interviewer if you encounter any technical issues or need further clarification.