summaryrefslogtreecommitdiff
path: root/features/project/builds/summary.feature
diff options
context:
space:
mode:
Diffstat (limited to 'features/project/builds/summary.feature')
-rw-r--r--features/project/builds/summary.feature11
1 files changed, 11 insertions, 0 deletions
diff --git a/features/project/builds/summary.feature b/features/project/builds/summary.feature
new file mode 100644
index 00000000000..5e938ea090e
--- /dev/null
+++ b/features/project/builds/summary.feature
@@ -0,0 +1,11 @@
+Feature: Project Builds Summary
+ Background:
+ Given I sign in as a user
+ And I own a project
+ And CI is enabled
+ And I have recent build for my project
+
+ Scenario: I browse build summary page
+ When I visit recent build summary page
+ Then I see summary for build
+ And I see build trace