Skip to content
Snippets Groups Projects
Commit 34cc0931 authored by Daniel Lyons's avatar Daniel Lyons Committed by Daniel Lyons
Browse files

Add an example acceptance test

parent ae207a15
No related branches found
No related tags found
1 merge request!46Add an example acceptance test
Pipeline #412 passed
Feature: Users can submit capability requests
The most basic usage of the Workspaces system is for a user to submit
some kind of capability request and have something interesting happen.
Scenario: User runs a capability
Given the system is online
When a user submits the null capability
Then the null program is executed
Scenario: User runs the download capability
Given the system is online
When a user submits the download capability
Then files appear in the delivery area
Feature: Stretch goals for capability requests
These are goals we may or may not achieve this week
Scenario: User runs the download capability
Given the system is online
When a user submits the download capability
Then files appear in the delivery area
And The download complete notification is sent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment