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
As a Developer
I want to Record tests to silk files
As I manually test my application.
Concept
Provide a middleware handler(s) with flags to enable a record mode and options. The middleware would generate a silk compatible file including the HTTP method and related request parameters, headers, status and response. Start with the standard library http, then adapt to specific frameworks that have more advanced routers.
Proof of Concept
Handle POST request and response for a form. Produce an acceptable set of silk test document(s) for a series of requests.
The text was updated successfully, but these errors were encountered:
As a Developer
I want to Record tests to silk files
As I manually test my application.
Concept
Provide a middleware handler(s) with flags to enable a record mode and options. The middleware would generate a silk compatible file including the HTTP method and related request parameters, headers, status and response. Start with the standard library http, then adapt to specific frameworks that have more advanced routers.
Proof of Concept
Handle POST request and response for a form. Produce an acceptable set of silk test document(s) for a series of requests.
The text was updated successfully, but these errors were encountered: