Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 757 Bytes

File metadata and controls

26 lines (17 loc) · 757 Bytes

integration

Run integration tests on deployed backends on an interval, and post results to Slack.

Test Output

Setup

Environment variables can be found by asking a member of AppDev.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python ./src/main.py --use-config --local-only

Features

Users are only tagged if there are test failures. If all tests for a particular app succeed, the output is suppressed. In the case of a failure for an application, all test output is sent to Slack, to make diagnosing the error easier.

Changing tagged users

If you need to update the tagged users, you can do so within this repository by changing the environment variables under Settings.