features/rest.feature in bamboo-client-0.1.0 vs features/rest.feature in bamboo-client-0.1.1
- old
+ new
@@ -18,10 +18,15 @@
Scenario: Fetch all results
When I fetch all results
Then I should get a list of results
And all results should have a state
-
+
+ Scenario: Fetch result for specific plan
+ When I fetch results for a specific plan
+ Then I should get a list of results
+ And all results should have a state
+
Scenario: Authenticated API
When I log in
Then I should get a session ID
When I fetch all results
Then all results should have a state