/system-tests

System tests for the Enigma protocol (AKA god mode)

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

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