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

..--

README.mdD23-Mar-2024267 179

e2e_test.pyD23-Mar-20244.2 KiB13074

requirements-dev.txtD23-Mar-202416 21

test-endpoint.shD23-Mar-2024789 104

test_e2e.pyD23-Mar-2024886 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