You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing with "Debug Suite," the process often breaks due to various reasons, such as logic errors, syntax errors, etc. After fixing the issue, it is frequently necessary to resume the process from the point of failure without re-running the tests that have already been executed.
On the command line, it is possible to continue from the point of failure using --rerunfailed. However, in Visual Studio Code, it is currently only possible to manually run all remaining test cases.
A similar functionality to that offered by Soap-UI would be very useful, such as having buttons above each test case "Debug Suite From Here" and "Run Suite From Here."
Could this be easily implemented?
Thank you!
Best regards.
The text was updated successfully, but these errors were encountered:
When testing with "Debug Suite," the process often breaks due to various reasons, such as logic errors, syntax errors, etc. After fixing the issue, it is frequently necessary to resume the process from the point of failure without re-running the tests that have already been executed.
On the command line, it is possible to continue from the point of failure using --rerunfailed. However, in Visual Studio Code, it is currently only possible to manually run all remaining test cases.
A similar functionality to that offered by Soap-UI would be very useful, such as having buttons above each test case "Debug Suite From Here" and "Run Suite From Here."
Could this be easily implemented?
Thank you!
Best regards.
The text was updated successfully, but these errors were encountered: