返回 CodeWhale
file_list_happy_path.feature
根目录 / crates / tui / tests / features / file_list_happy_path.feature
1 Feature: Directory listing acceptance
2 Scenario: Happy path lists a workspace directory
3 Given an offline CodeWhale evaluation workspace
4 When the user asks "list the current directory"
5 Then the simulated LLM should call the "File" tool with action "list"
6 And the tool output should include:
7 | entry |
8 | README.md |
9 | notes.txt |
10 | src |
11
11 lines Plain Text