• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

README.mdD22-Nov-2023267 179

e2e_test.pyD22-Nov-20234.2 KiB13074

requirements-dev.txtD22-Nov-202316 21

test-endpoint.shD22-Nov-2023789 104

test_e2e.pyD22-Nov-2023886 3311

README.md

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