scrtlabs / system-tests

System tests for the Enigma protocol (AKA god mode)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

System tests for the Enigma protocol.

Build Status

# Install docker & docker-compose
sudo apt install -y docker.io docker-compose

# Make docker non-root: https://docs.docker.com/install/linux/linux-postinstall/
sudo groupadd docker
sudo usermod -aG docker $USER
# logout & log back in
newgrp docker

Then from inside this repo:

yarn install
yarn test

About

System tests for the Enigma protocol (AKA god mode)

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 89.8%Language:Shell 10.2%