1## E2E Test
2
3A Makefile is provided to deploy and run the e2e test.
4
5To run:
6
7     export GAE_PROJECT=your-project-id
8     make
9
10To manually run, install the requirements
11
12    pip install -r e2e/requirements-dev.txt
13
14Finally, run the test
15
16    python e2e/test_e2e.py
17