test: support test e2e with OctoBase (#1593)

Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
Himself65
2023-03-17 03:51:00 -04:00
committed by GitHub
parent 110cec7bf6
commit 94d535f72b
15 changed files with 224 additions and 51 deletions

5
tests/fixtures/userA.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "Alex Yang",
"email": "alex.yang@example.org",
"password": "123456"
}

5
tests/fixtures/userB.json vendored Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "Boying Li",
"email": "boying.li@example.org",
"password": "654321"
}