Files
chore/frontend/vue-app/e2e/.auth/user.json
Ryan Kegel f250c42e5e
All checks were successful
Chore App Build, Test, and Push Docker Images / build-and-push (push) Successful in 3m31s
Add end-to-end tests for parent item management
- Implement tests for creating, editing, and deleting chores, kindness acts, and penalties.
- Add tests to verify conversion of default items to user items and restoration of system defaults upon deletion.
- Ensure proper cancellation of creation and editing actions.
- Create a comprehensive plan document outlining the test scenarios and expected behaviors.
2026-03-12 12:22:37 -04:00

39 lines
1.0 KiB
JSON

{
"cookies": [
{
"name": "refresh_token",
"value": "UF34Tu177HoT6vAaeXU_57FWzSrn4cxis22kSm-blbY",
"domain": "localhost",
"path": "/api/auth",
"expires": 1781108068.947755,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
},
{
"name": "access_token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJlbWFpbCI6ImUyZUB0ZXN0LmNvbSIsInVzZXJfaWQiOiI4ZWM1MDFlYi04ZmY5LTRmZTMtOWY2YS05NGRhMTdlOWIzYjUiLCJ0b2tlbl92ZXJzaW9uIjowLCJleHAiOjE3NzMzMzI5Njh9.7yWiBikfB8RIwvGwEysUO1cjQHGTYVSYgRFPliMVwKs",
"domain": "localhost",
"path": "/",
"expires": -1,
"httpOnly": true,
"secure": true,
"sameSite": "Strict"
}
],
"origins": [
{
"origin": "https://localhost:5173",
"localStorage": [
{
"name": "authSyncEvent",
"value": "{\"type\":\"logout\",\"at\":1773332068608}"
},
{
"name": "parentAuth",
"value": "{\"expiresAt\":1773504869163}"
}
]
}
]
}