- Frontend and Backend testing are required to ensure the integrity of the application
- Frontend tests are in
/tests/Feature
while Backend tests intests/Unit
- Frontend tests are divided in
Admin
andFront
, put the test in correct folder - Issues/Features should be submitted with test cases to demonstrate the fix/intent