chore: change pr merge workflow
This commit is contained in:
parent
1019914d50
commit
17974d7a12
4 changed files with 193 additions and 88 deletions
|
|
@ -1703,10 +1703,10 @@ just test-all
|
|||
**Test Organization Best Practices:**
|
||||
|
||||
- **Fast Tests (Standard CI):** Business logic, validations, data persistence, edge cases
|
||||
- **UI Tests (Nightly CI):** Basic HTML rendering, navigation, translations, UI state
|
||||
- **Performance Tests (Nightly CI):** Query optimization, large datasets, timing assertions
|
||||
- **UI Tests (Full Test Suite):** Basic HTML rendering, navigation, translations, UI state
|
||||
- **Performance Tests (Full Test Suite):** Query optimization, large datasets, timing assertions
|
||||
|
||||
This organization ensures fast feedback in standard CI while maintaining comprehensive coverage in nightly runs.
|
||||
This organization ensures fast feedback in standard CI while maintaining comprehensive coverage via promotion before merge.
|
||||
---
|
||||
|
||||
## 5. Security Guidelines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue