Cucumber

Result for @set-all in Build: 1

Scenarios Steps
Feature Total Passed Failed Total Passed Failed Skipped Pending Duration Status
@set-all 1 1 0 14 14 0 0 0 306 ms passed
View Feature File
Scenario: Set all known credentials to properties
Given the Plugin useSystemProperties property is true296 ms
Given Server ding's username is whiz1 ms
And Server ding's password is bang0 ms
And Server dong's username is sing0 ms
And Server dong's password is song0 ms
When the set-all Goal is executed7 ms
Then there should be a Project ding.username property with value whiz0 ms
And there should be a Project ding.password property with value bang0 ms
And there should be a System ding.username property with value whiz0 ms
And there should be a System ding.password property with value bang0 ms
Then there should be a Project dong.username property with value sing0 ms
And there should be a Project dong.password property with value song0 ms
And there should be a System dong.username property with value sing0 ms
And there should be a System dong.password property with value song0 ms