mirror of
https://github.com/directus/directus.git
synced 2026-02-19 10:14:33 -05:00
Co-authored-by: Azri Kahar <42867097+azrikahar@users.noreply.github.com> Co-authored-by: ian <licitdev@gmail.com> Co-authored-by: Rijk van Zanten <rijkvanzanten@me.com>
29 lines
434 B
Markdown
29 lines
434 B
Markdown
## Todo for Tests
|
|
|
|
#### General
|
|
|
|
- Many-to-Many (M2M) base tests
|
|
- Many-to-Any (M2A) base tests
|
|
- Base tests for all API endpoints
|
|
- GraphQL Tests
|
|
- Test global query parameters for all API endpoints
|
|
|
|
#### Global Query Parameters
|
|
|
|
- Aggregation
|
|
- Aliases
|
|
- Deep
|
|
- Export
|
|
- Fields
|
|
- Filter
|
|
- Geometry
|
|
- Functions
|
|
- Limit
|
|
- Offset
|
|
- Search
|
|
- Sort
|
|
|
|
#### Final Test
|
|
|
|
- Check for full API coverage using the generated API specifications
|