mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"scenario": "Scenario: Chat message with file changes shows change count",
|
|
"generatedAt": "2026-03-06T00:54:38.959Z",
|
|
"steps": [
|
|
{
|
|
"description": "Type \"build the project\" in the chat input",
|
|
"commands": [
|
|
"click e155",
|
|
"type \"build the project\""
|
|
]
|
|
},
|
|
{
|
|
"description": "Press Enter to submit",
|
|
"commands": [
|
|
"press Enter"
|
|
]
|
|
},
|
|
{
|
|
"description": "Verify there is a response in the chat",
|
|
"commands": [
|
|
"snapshot",
|
|
"# ASSERT_VISIBLE: I'll help you build the project. Here are the changes:"
|
|
]
|
|
},
|
|
{
|
|
"description": "Verify a change count appears in the session list",
|
|
"commands": [
|
|
"snapshot",
|
|
"# ASSERT_VISIBLE: +23"
|
|
]
|
|
},
|
|
{
|
|
"description": "Toggle the secondary side bar",
|
|
"commands": [
|
|
"click e190"
|
|
]
|
|
},
|
|
{
|
|
"description": "Make sure the changes list shows the file diffs",
|
|
"commands": [
|
|
"snapshot",
|
|
"# ASSERT_VISIBLE: build.ts",
|
|
"# ASSERT_VISIBLE: config.ts",
|
|
"# ASSERT_VISIBLE: package.json"
|
|
]
|
|
}
|
|
]
|
|
}
|