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
I am not sure if this feature is already released since #10 is still open. However, "record and playback" is present in the main README, so I gave it a shot.
It seems that HTTP status codes are not replayed correctly:
Is this an operator error here or is there a real bug here? I do not see the issue with my code, but that does not mean it is not there.
The text was updated successfully, but these errors were encountered:
mhaas
changed the title
Record/Replay feature does not consider HTTP status codes
Record/Replay feature returns incorrect HTTP status code
Sep 17, 2021
I am not sure if this feature is already released since #10 is still open. However, "record and playback" is present in the main README, so I gave it a shot.
It seems that HTTP status codes are not replayed correctly:
On the second time the test is run, the "playback" feature will be used, but the assertion will fail:
More interestingly, this issue does not happen when the test is executed as follows:
Is this an operator error here or is there a real bug here? I do not see the issue with my code, but that does not mean it is not there.
The text was updated successfully, but these errors were encountered: