Files
directus/tests
Jay Cammarano 00a838f020 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>
2021-12-10 14:58:51 -05:00
..
2021-12-10 14:58:51 -05:00
2021-04-16 16:53:28 -04:00

End-to-End (e2e) Tests

This folder contains the end-to-end tests to go over the whole suite. Unit/integration tests per package can be found in the individual packages.

The schema can be viewed at ./api/schema.png.

Geometry types have not been added yet.