You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: address session expiration issues in acceptance tests
- Add documentation about Kasm API side effects when adding users to groups
- Update .gitignore to exclude test output files
- Fix session handling in RDP and session status tests to prevent premature expiration
- Improve error handling and logging for session-related operations
Copy file name to clipboardExpand all lines: docs/API_IMPLEMENTATION_STATUS.md
+26-4Lines changed: 26 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@ These APIs are officially documented in the Kasm API documentation.
36
36
| POST /api/public/get_kasm_frame_stats | Implemented | kasm_stats | internal/client/kasm_ops.go | ✅ | internal/resources/stats/tests/stats_test.go | Requires an active browser connection to the session. **Manual Testing Instructions:** Set `KASM_SKIP_BROWSER_TEST=false` and follow the prompts to open the session URL in a browser. **CI/CD Notes:** Set `KASM_SKIP_BROWSER_TEST=true` to skip in CI environments. Future work needed to automate browser interaction for CI. |
37
37
| POST /api/public/screenshot | Not Implemented (Client Implementation Exists) | - | - | ❌ | - |
38
38
| POST /api/public/exec_command | Not Implemented (Client Implementation Exists) | - | - | ❌ | - |
0 commit comments