Folder Structure
Functional tests require data already populated in the database for the endpoints to return a response. Seed data allows pre-determined data to be populated in the database, allowing accurate asserts.
Seed Data Directory
Example:
- app
- Modules
- Events
- Database
- Seeds
- Data
- Exams
- Database
- Seeds
- DataSeed Data Location:
Last updated