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