server: Initial stab at e2e tests (#534)

Initial end to end testing. generates unique names for user and groups, and all tests run serially
This commit is contained in:
Austin Alvarado
2023-04-14 11:45:15 -06:00
committed by GitHub
parent 4576cf9f2c
commit 4283d27da6
18 changed files with 940 additions and 62 deletions

View File

@@ -0,0 +1,5 @@
mutation CreateUser($user: CreateUserInput!) {
createUser(user: $user) {
id
}
}