Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 402 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 402 Bytes

Cryptoverse Login

Build

Use github actions - builds on PRs

Release

Use github actions - releases on tags

Build & run application on local microk8s

$ ./setup.sh

Run selenium tests locally

$ cd tests
$ source .venv/bin/activate.fish
$ pip install -r requirements.txt --upgrade
$ pytest test_full.py --verbose --log-level=INFO --capture=no --log-cli-level=INFO