The only purpose of this repo is to be used as technical test for new QA Engineers.
Just clone the repo and install deps.
git clone URL
cd qatest
In this case, you require Docker Desktop
intalled.
Then:
cd docker
# Run docker
docker-compose up
In this case, you require NodeJs
on version 18+ installed.
Then:
cd project
# Install dependencies
npm i
# Run dev Script
npm run dev
Open your browser on the address http://localhost:5173.