Skip to content

ZLATbI4/coingecko_api_tests

Repository files navigation

CoinGecko API autotests

After push/merge tests run

API doc


How to run tests?

By shell:

npm test

Generate allure report

npm run report

Or run full cycle (test and generate report)

npm run full

Run test in docker

docker build -t geckotests .
docker run geckotests