p4tin/imperius

create a scipting system using javascript

Closed this issue · 1 comments

p4tin commented

Allows to run scripts before and after (like postman) in javascript. Using the otto library, go can provide some helper functions to get information to the script. Things to implement are:

  • Get a variable from the map
  • Add / . Replace a variable from the map
  • Get/Set the Request Body
  • Get/Set the Response Body
p4tin commented

Done