1## E2E Test
23A Makefile is provided to deploy and run the e2e test.
45To run:
67 export GAE_PROJECT=your-project-id
8 make
910To manually run, install the requirements
1112 pip install -r e2e/requirements-dev.txt1314Finally, run the test
1516 python e2e/test_e2e.py17