-
Notifications
You must be signed in to change notification settings - Fork 13
Core Feature Set
Tom Smith edited this page Sep 25, 2025
·
1 revision
- Paste Repo URL
- Github App
- Workspace Infrastructure (workspace, swarm, graph DB, VMs)
-
Identification
- Framework
- Frontend / backend (lang)
- Playwright
- statkrak (recorder)
- Framework
-
Recommendation
- Framework
- Playwright
- statkrak
-
Follow the Testing pattern within the repo itself
- Clean start? recommend
- Framework
- Language
- Clean start? recommend
-
Coverage = basic
- unit => any
node_type = Function
- Check if test counts as function
- Exclude testing utils (look into this)
- int => any
node_type endpoints
- e2e => number of page
- unit => any
-
View via table by node type (Insights)
- Functions
- Endpoint
- Pages
- janitors
- During task -> workflow
- test_map → repo_map but for test files, config
- Check for modularizations opportunities
- Patterns / memory
- janitors
- Modularizations of tests
- Mark as reviewed with timestamp
- PR review diffs should be stored
- Hints system
- "always add to test dir and not next"
- Unit tests
- Integration tests
- e2e tests
- PR review
- Security review
- Refactoring
- Maintainability