mirror of
https://github.com/directus/directus.git
synced 2026-01-22 19:08:01 -05:00
* added faker.js for testing * edited env vars removed sqlite from testing (temp) * getMany endpoint working with no data * converted to faker * getOne test passing * schema for relations, item creation => factory * many to many test working, factory refactored * faker as dev dep * new schema, tests passing postgres json exception * tests passing * upgrade tedious * images * removed images, rebuilt package-lock.json * added users and schema map(WIP) * user => artist m2o relation working on fields * downgrade tedious * user => guest, each => all * items/:collection/invalid_id test * items/invalid_collection/:id test added * /:collection POST createOne test * createMany factory, createMany endpoint test * error handling tests * create many with a many to one * createMany with options to link relations * some more describe sorting * factory tests working * tests passing
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.