Skip to content

mintlayer/qa-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published