[Test] Test framework should ignore user's default output and suppress confirm settings.
Open
feature-request
Test Framework
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
I recorded a test that included a delete operation for a VM. This requires confirmation. I did not put --yes/-y in that particular command. This caused a hard to diagnose failure on the CI.
The major issue is that the test should have failed to record and play back. It succeeded in both counts.
Contributor guide
Assessment
This issue has not been assessed yet.