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 Nov 8, 2024. It is now read-only.
Say I want to have more tests on a sensitive route, is it possible to programmatically add more transactions concerning the route? I am using js interface to dredd if that matters
Thanks!
The text was updated successfully, but these errors were encountered:
I think you could use the beforeAll hook for that. It takes a list of transactions and it's up to you how you modify the list before the Dredd testing starts. Would that work for you?
Say I want to have more tests on a sensitive route, is it possible to programmatically add more transactions concerning the route? I am using js interface to dredd if that matters
Thanks!
The text was updated successfully, but these errors were encountered: