Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 726 Bytes

README.md

File metadata and controls

43 lines (29 loc) · 726 Bytes

Mintlayer QATest

The only purpose of this repo is to be used as technical test for new QA Engineers.

How to setup this project?

Just clone the repo and install deps.

git clone URL
cd qatest

How to run this project?

How to run using Docker

In this case, you require Docker Desktop intalled.

Then:

cd docker
# Run docker
docker-compose up

How to run using your local node

In this case, you require NodeJs on version 18+ installed.

Then:

cd project
# Install dependencies
npm i
# Run dev Script
npm run dev

How to open this project

Open your browser on the address http://localhost:5173.