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
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
I call an API on my dashboard.
Each selenium tests log in as a user and from there navigates to the page that needs testing.
While running the tests with REPLAY=record I get multiple times the same API call recoded.
I then delete all but one file and then the tests use the already existing fixture.
It would be great that even when running REPLAY=record it would consider the fixtures already created in that same run, to avoid multiple duplicated records.
Cheers,
The text was updated successfully, but these errors were encountered:
n3ssi3
changed the title
REPLAY=record should only recode the first call
REPLAY=record should only record the first call
Oct 27, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I call an API on my dashboard.
Each selenium tests log in as a user and from there navigates to the page that needs testing.
While running the tests with
REPLAY=record
I get multiple times the same API call recoded.I then delete all but one file and then the tests use the already existing fixture.
It would be great that even when running
REPLAY=record
it would consider the fixtures already created in that same run, to avoid multiple duplicated records.Cheers,
The text was updated successfully, but these errors were encountered: