Closed ASaiAnudeep closed 5 months ago
Is your feature request related to a problem? Please describe. sleep after running a spec
Describe the solution you'd like
await spec() .get('/path') .expectStatus(200) .sleep(1000);
Describe alternatives you've considered
await spec() .get('/path') .expectStatus(200); await sleep(1000);
Additional context Can be used in spec handlers.
@ASaiAnudeep I would love to work on this. Can I give it a try?
Is your feature request related to a problem? Please describe. sleep after running a spec
Describe the solution you'd like
Describe alternatives you've considered
Additional context Can be used in spec handlers.