As a toolforge user, I can get the list of all my builds running toolforge build list
== How do we know it's done?
Feature: I want to list all the tool builds
Background:
Given I'm logged in as a tool (after ssh login.toolforge.org + become mytool)
Scenario: List all my builds successfully
Given I started more than one build
When I run the command toolforge build list
Then I see the list of builds
And I see the id for each
And I see the status for each
And I see the start time for each
And I see the end time for each
And I see the the source url
And I see the image name
And I see the image tag
Scenario: Service is down
When I run the command toolforge build list and the service is down
Then I see an error message telling me the service is down
And the message gives me actionable feedback
==Depends on
[] {T324836}