api-testing/e2e
Rick 6e0c70e07d
feat: support session scope store (#517)
* chore: stop using the image from docker hub

* feat: support session scope store

* support to set the suggested api cout limit

* add more unit tests

---------

Co-authored-by: rick <LinuxSuRen@users.noreply.github.com>
2024-07-21 11:16:43 +08:00
..
code-generator feat: add testCase page json lint (#506) 2024-07-05 10:45:28 +08:00
Dockerfile test: add k8s e2e test (#270) 2023-11-13 14:24:21 +08:00
README.md fix: not work when grpc port is a random one (#467) 2024-05-31 13:40:57 +08:00
compose-external.yaml feat: add graphql feature support (#326) 2023-12-21 11:15:12 +08:00
compose-k8s.yaml feat: support to run test suite via http (#478) 2024-06-10 18:52:33 +08:00
compose.yaml feat: support session scope store (#517) 2024-07-21 11:16:43 +08:00
entrypoint.sh feat: support to run test suite via http (#478) 2024-06-10 18:52:33 +08:00
git.yaml chore: move the system serivce into linuxsuren/go-service (#328) 2023-12-25 14:49:53 +08:00
k8s.sh feat: support to run test suite via http (#478) 2024-06-10 18:52:33 +08:00
openssl.cnf feat: add TLS for gRPC server endpoint (#477) 2024-06-09 17:42:01 +08:00
start.sh feat: add testCase page json lint (#506) 2024-07-05 10:45:28 +08:00
test-suite-common.yaml feat: enable refelction of the extension server (#511) 2024-07-11 14:06:06 +08:00

README.md

You can build the image locally in the repository root directory:

If you are a Linux/MacOS user, you can use the following command:

REGISTRY=ghcr.io TAG=master make image

If you are a Windows user, you can use the following command:

Set-Content -Path "env:REGISTRY" -Value "ghcr.io"
Set-Content -Path "env:TAG" -Value "master"
make image