fluke/devops-service/features/api_v2/30_execute/20_script.feature

14 lines
249 B
Gherkin

@script
Feature: Run script
Scenario: Run script
When I send POST '/v2.0/script/run/cucumber_test_script' query with JSON body
"""
{
"nodes": [
"devops-webapp_dev"
]
}
"""
Then response should be '200'