20 lines
671 B
JSON
20 lines
671 B
JSON
{
|
|
"_meta": {
|
|
"description": "D6 fixtures for strands / auth",
|
|
"sourceFile": "d5-auth.ts",
|
|
"created": "2026-05-22"
|
|
},
|
|
"fixtures": [
|
|
{
|
|
"_comment": "auth — single turn proving the chat round-trips while authenticated. The D5 script sends 'auth check turn 1', then the assertion clicks sign-out and verifies the auth lifecycle.",
|
|
"match": {
|
|
"userMessage": "auth check turn 1",
|
|
"context": "strands"
|
|
},
|
|
"response": {
|
|
"content": "Authenticated session active. You are signed in and this response confirms the CopilotKit runtime accepted your auth token. The chat is fully operational."
|
|
}
|
|
}
|
|
]
|
|
}
|