Teste técnico oferecido pela com o objetivo de desenvolver um E-commerce de Vinhos 🍷.
-
Next.js
-
Styled Components
-
TypeScript
-
Cypress
-
Access the project folder:
wine-ecommerce cd
- Install project dependencies:
npm install
- Start the application in development mode:
npm run dev
- Start developing 🙂
In this project, End-to-End tests are applied to simulate the different behaviors of the application as a whole.
The tests are executable through Cypress:
- Run the tests in the terminal:
npm test
- Run the tests through the Cypress application (Preview of tests in the application):
npm run test:open