test: add e2e testing base on docker compose

This commit is contained in:
rick
2024-06-20 01:29:43 +00:00
committed by Rick
parent 0f6d84dab2
commit 630a1fd3cd
5 changed files with 113 additions and 0 deletions

6
e2e/Dockerfile Normal file
View File

@@ -0,0 +1,6 @@
FROM ghcr.io/linuxsuren/api-testing:v0.0.17
WORKDIR /workspace
COPY . .
CMD [ "/workspace/entrypoint.sh" ]