Skip to content

Flow Control - Stop test case from a shared action#99

Merged
huaxing-yuan merged 2 commits intomainfrom
develop
Sep 25, 2025
Merged

Flow Control - Stop test case from a shared action#99
huaxing-yuan merged 2 commits intomainfrom
develop

Conversation

@huaxing-yuan
Copy link
Collaborator

  • able to stop a test case from a shared action
  • update documentation

- Introduced `StopTestCase` method in `SharedActionBase.cs` to halt execution of current test cases and ignore subsequent steps.
- Changed `IgnoreAllSteps` from a static to an instance property in `TestCase.cs` for better state management.
- Removed the unnecessary `SetIgnoreAllStepsFlag` method.
- Added `StopTestCaseTests` in `FakeTestCaseTests.cs` to validate the new functionality with unit tests, including dummy shared actions for testing.
@huaxing-yuan huaxing-yuan merged commit 36e1dbc into main Sep 25, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant