Expand description
E2E Test Runner
Provides a robust test executor that reads YAML test scenarios and uses the DaemonClient to communicate with the debug daemon. This ensures assertions are made against structured data rather than fragile string matching.
Structs§
- Command
Expectation - Expectations for a command result
- Evaluate
Expectation - Expectations for an evaluate result
- Frame
Assertion - Assertion for a stack frame
- Setup
Step - A setup step that runs before the test
- Stop
Expectation - Expectations for a stop event
- Target
Config - Configuration for the debug target
- Test
Scenario - A complete test scenario loaded from a YAML file
- Variable
Assertion - Assertion for a variable
Enums§
- Test
Step - A single test step in the execution flow
Functions§
- run_
scenario - Run a test scenario from a YAML file