mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Docs for testing the API (#10275)
* mock-knex * test on the migrations run started. * test passing for run.up() * reorganize /tests/ to allow integration tests * e2e setup changes * e2e jest.config moved * e2e paths fixed, integration config * add nonadmin role and user seed+migration * auth/login w/ documentation (docs will be moved) * update user seed * add postgres10 to the ci? * argon2 saves the day * items tests passing with postgres10 support * removed comments * move generateHash out of directus_users Co-authored-by: Jay Cammarano <jaycammarano@gmail.com>
This commit is contained in:
1
.github/workflows/e2e-tests.yml
vendored
1
.github/workflows/e2e-tests.yml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
- mysql
|
||||
- postgres
|
||||
- maria
|
||||
- postgres10
|
||||
# - sqlite3
|
||||
node-version:
|
||||
# - 12-alpine
|
||||
|
||||
Reference in New Issue
Block a user