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
We need to avoid writing repetitious tests the same parameter with different values. So, we decided to create manipulation for repeat tests like below:
form=Repeat(a=['1', '2', '3'], b=['a', 'b', 'c'])
The text was updated successfully, but these errors were encountered:
We need to avoid writing repetitious tests the same parameter with different values. So, we decided to create manipulation for repeat tests like below:
The text was updated successfully, but these errors were encountered: