diff options
| author | Christian Cleberg <[email protected]> | 2026-03-18 19:44:54 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-03-18 19:44:54 -0500 |
| commit | 62901478651a60663eb5088de141051c1cb40060 (patch) | |
| tree | d2ded47ce83ee56f0644fba951d30294a67ec2be /TESTING.md | |
| parent | 430741f0236ab21583acda8e2774d95e6e0e4ffe (diff) | |
| download | hutch-62901478651a60663eb5088de141051c1cb40060.tar.gz hutch-62901478651a60663eb5088de141051c1cb40060.tar.bz2 hutch-62901478651a60663eb5088de141051c1cb40060.zip | |
add TESTING.md
Diffstat (limited to 'TESTING.md')
| -rw-r--r-- | TESTING.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/TESTING.md b/TESTING.md new file mode 100644 index 0000000..29d6aeb --- /dev/null +++ b/TESTING.md @@ -0,0 +1,28 @@ +# Testing Plan for Hutch + +--- + +## **Test Coverage Goals** + +Ensure stability and reliability for the following core workflows: + + +| Area | Description | +| ------------------------ | ----------------------------------------------- | +| Authentication Flow | PAT login, token refresh, sign-out | +| Repository Management | Clone, push, browse (Git/Hg), creation | +| Ticket/Tracker Workflows | Create, view, filter, update | +| Builds | Submission, retry, editing, status updates | +| Sharing & Navigation | Deep links, sharing sheets, external navigation | +| Offline Support | Caching, sync on reconnect | +| UI/UX Consistency | Dark mode, accessibility, error states | + + +--- + +## **Test Environments** + + +| Platform | Versions | Devices/Testers | +| -------- | -------- | --------------- | +| iOS | v1.0+ | iOS 17+ | |
