-
Notifications
You must be signed in to change notification settings - Fork 0
features
Douwe de Vries edited this page Jul 1, 2026
·
1 revision
Load Rift's user-facing features center on one workflow: convert a Postman collection into a local k6 run, then inspect and export the result. These pages describe the product capabilities rather than the implementation modules.
| Feature | Start here | Main source paths |
|---|---|---|
| Load-test workflow | Load test workflow |
src/app/App.tsx, src/features/test/
|
| Postman import | Postman import |
src-tauri/src/importing/, src/features/import/
|
| Request selection | Request selection |
src/app/components/collection-summary/, src-tauri/src/importing/script.rs
|
| Smoke testing | Smoke testing | src-tauri/src/commands/testing/smoke.rs |
| Results and reporting | Results and reporting |
src-tauri/src/k6/summary.rs, src-tauri/src/k6/report.rs
|
For the implementation-oriented view, see Systems.