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
Hey!
Hi guys! Great library! Love to use it!
My question is:
Is it possible to implement feature that will start test not only after status code 200 received? My dev server gives status 401. So it will be great if we can change it to something like "--status=401", it will indicate that after performing request to servers port, It will launch tests after receiving given status
Im talking about Line 93, can we add like custom status flag?
The text was updated successfully, but these errors were encountered:
Hey!
Hi guys! Great library! Love to use it!
My question is:
Is it possible to implement feature that will start test not only after status code 200 received? My dev server gives status 401. So it will be great if we can change it to something like "--status=401", it will indicate that after performing request to servers port, It will launch tests after receiving given status
Im talking about Line 93, can we add like custom status flag?
The text was updated successfully, but these errors were encountered: