Skip to content

CryptoverseCC/cryptoverse-login

Repository files navigation

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