682 B
682 B
meta archietecture
Package structure
The repo structure follows official Package structure with slight modifications.
- put each
<FEATURE NAME>/
s infeatures/
sub-directory underui/
. test/features/
contains BDD unit tests for each feature. It focuses on pure logic, therefore will not accessView
butViewModel
andModel
.test/widget/
contains UI widget(component) tests which focus onView
from MVVM of each component.integration_test/
for integration tests. They should be volatile to follow UI layout changes.