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

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

@Mistobaan

Description

@Mistobaan

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\");"
    ],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions