Skip to content
This repository has been archived by the owner on Jun 30, 2018. It is now read-only.

Add support for Runscope before/after scripts in runscope_step #24

Closed
Mistobaan opened this issue Feb 4, 2018 · 1 comment
Closed

Comments

@Mistobaan
Copy link

Runscope supports adding javascript scripted tests:

https://www.runscope.com/docs/api/steps

"scripts": [
        "log(\"This is a sample post-response script\");",
        "log(\"This is a second sample post-response script\");"
    ],
    "before_scripts": [
        "log(\"This is a sample pre-request script\");",
        "log(\"This is a second sample pre-request script\");"
    ],
@Mistobaan
Copy link
Author

That was quick! :) Thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant