Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 0 additions & 54 deletions .github/pull_request_template.md

This file was deleted.

5 changes: 3 additions & 2 deletions docs/app-spec/E2E_TESTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Export a scored IndexedDB state (from the existing test session) as JSON. Tests
that need "fully scored" state inject this at test start โ€” no waiting for scoring.

The fixture contains:

- 2 individuals (1 raw, 1 imputed)
- 64 trait results each with full pgsDetails/pgsBreakdown
- Variant store entries
Expand All @@ -56,7 +57,7 @@ data.asili.dev during CI setup.

## Test Tiers & CI Integration

### On every PR / push to dev:
### On every PR / push to dev

```yaml
- name: Unit + Component tests
Expand All @@ -68,7 +69,7 @@ data.asili.dev during CI setup.

**~45 seconds total.** Uses pre-scored IndexedDB fixtures. No real scoring.

### Nightly (or manual dispatch):
### Nightly (or manual dispatch)

```yaml
- name: E2E (full โ€” real scoring)
Expand Down
Loading
Loading