How to start working on this project?
-
Clone repository to your machine.
-
Navigate to project root folder.
-
Run command npm ci in terminal VScode.
-
After, execute npx cypress open to run tests.
How to use faker library
This project utilises Faker.js library. You can find more info here: https://v6.fakerjs.dev/guide/ Use this import in your file: import { faker } from '@faker-js/faker';
How to use testing library
You can find more info here: https://testing-library.com/docs/cypress-testing-library/intro/