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
If I run a long running test (say, I ran the request and I am debugging server code locally) and click the Cancel Test Run button (the rectangle thing next to the TESTING view header), the test icon shows as green check mark to indicate that the test was successful, while it was not (basically, the testy/request did not complete).
Not a big deal, since when cancelling the run, one would know that it was not completed, but still.
The text was updated successfully, but these errors were encountered:
AnWeber
added a commit
to AnWeber/httpyac
that referenced
this issue
Nov 3, 2024
cancelation of test run did not work correctly. I registered my cancellation logic on the token provided by the test api. but I needed to use token provided by test run object. I also forgot to add skipped test result if user canceled the executation.
If I run a long running test (say, I ran the request and I am debugging server code locally) and click the Cancel Test Run button (the rectangle thing next to the TESTING view header), the test icon shows as green check mark to indicate that the test was successful, while it was not (basically, the testy/request did not complete).
Not a big deal, since when cancelling the run, one would know that it was not completed, but still.
The text was updated successfully, but these errors were encountered: