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 Sep 27, 2019. It is now read-only.
We can integrate a very lite testing framework for functions.
Currently everything stored in LocalStorage. If the feature is useful, then propose it to fission.
User can create/update/delete or save from history test to maintain a test case list: a mapping from request to response descriptions.
Request is just like test request, response can be no constrain or has constrains.
Constrains:
status code equals/betweens
body equals to sth entirely
header has a specific key-value pair
The test list can be tested by clicking on Test all button, or it can be associated by the deploy function button.
Create a temp function for all the tests. After every test completed, generate a test report.
The text was updated successfully, but these errors were encountered:
We can integrate a very lite testing framework for functions.
Currently everything stored in LocalStorage. If the feature is useful, then propose it to fission.
User can create/update/delete or save from history test to maintain a test case list: a mapping from request to response descriptions.
Request is just like test request, response can be no constrain or has constrains.
Constrains:
The test list can be tested by clicking on
Test all
button, or it can be associated by the deploy function button.Create a temp function for all the tests. After every test completed, generate a test report.
The text was updated successfully, but these errors were encountered: