mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
cc @mattwr18 I would suggest that each subfolder like `/backend/`, `/webapp/`, `/deployment/` and so on should have a file README.md. Thus, not only gitbook will pick it up but also Github itself. Github is looking for a file called README.md when iterating through subfolders.
685 B
685 B
Testing Guide
End-to-End Testing
To test all the pieces together, from the user perspective, we use integration tests. They also show if the the backend and the frontend are working as expected in conjunction and also if the browser likes our app.
Component Testing
Individual Vue Components should also be documented and tested properly. This guarantees that they are reusable and the api gets more solid in the process.
Unit Testing
Expecially the Backend relies on Unit Tests, as there are no Vue Components.