forked from backlogs/redmine_backlogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrelease-multiview-burnchart-in-progress.feature
103 lines (101 loc) · 4.67 KB
/
release-multiview-burnchart-in-progress.feature
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
Feature: Release multiview burnchart
As a product owner
I want to see progress of multiple releases
So that I can get an overview of the project
Background:
Given the ecookbook project has the backlogs plugin enabled
And no versions or issues exist
And no releases or release multiviews exist
And I am a product owner of the project
And the current time is 2011-12-31 08:00:00
And I have defined the following sprints:
| name | sprint_start_date | effective_date |
| Sprint 001 | 2012-01-01 | 2012-01-31 |
| Sprint 002 | 2012-02-01 | 2012-02-28 |
| Sprint 003 | 2012-03-01 | 2012-03-31 |
| Sprint 004 | 2012-04-01 | 2012-04-30 |
| Sprint 005 | 2012-05-01 | 2012-05-31 |
| Sprint 006 | 2012-06-01 | 2012-06-30 |
| Sprint 007 | 2012-07-01 | 2012-07-30 |
| Sprint 008 | 2012-08-01 | 2012-08-31 |
| Sprint 009 | 2012-09-01 | 2012-09-30 |
| Sprint 010 | 2012-10-01 | 2012-10-31 |
| Sprint 011 | 2012-11-01 | 2012-11-30 |
| Sprint 012 | 2012-12-01 | 2012-12-31 |
And I have defined the following releases:
| name | project | release_start_date | release_end_date |
| Rel 1 | ecookbook | 2012-01-01 | 2012-02-28 |
| Rel 2 | ecookbook | 2012-02-01 | 2012-06-30 |
| Rel 3 | ecookbook | 2012-06-01 | 2012-09-30 |
| Rel 4 | ecookbook | 2012-09-01 | 2012-12-31 |
And I have defined the following release multiviews:
| name | project | releases |
| Multi 1 | ecookbook | Rel 1,Rel 2,Rel 3,Rel 4 |
And I have defined the following stories in the product backlog:
| subject | release | points |
| Story 15 | Rel 3 | 5 |
| Story 16 | Rel 4 | 5 |
| Story 17 | Rel 4 | 5 |
| Story 18 | Rel 4 | 5 |
| Story 19 | Rel 4 | 5 |
| Story 20 | Rel 4 | 5 |
And I have defined the following stories in the following sprints:
| subject | sprint | release | points |
| Story 01 | Sprint 001 | Rel 1 | 5 |
| Story 02 | Sprint 001 | Rel 1 | 5 |
| Story 03 | Sprint 002 | Rel 1 | 5 |
| Story 04 | Sprint 002 | Rel 1 | 5 |
| Story 05 | Sprint 003 | Rel 1 | 5 |
| Story 06 | Sprint 003 | Rel 2 | 5 |
| Story 07 | Sprint 004 | Rel 2 | 5 |
| Story 08 | Sprint 004 | Rel 2 | 5 |
| Story 09 | Sprint 005 | Rel 2 | 5 |
| Story 10 | Sprint 005 | Rel 2 | 5 |
| Story 11 | Sprint 006 | Rel 3 | 5 |
| Story 12 | Sprint 006 | Rel 3 | 5 |
| Story 13 | Sprint 007 | Rel 3 | 5 |
| Story 14 | Sprint 007 | Rel 3 | 5 |
And I have defined the following stories in the product backlog:
| subject | release | points |
| Story 21 | | 5 |
| Story 22 | | 5 |
| Story 23 | | 5 |
| Story 24 | | 5 |
| Story 25 | | 5 |
And the current time is 2012-01-01 08:00:00
And I have made the following story mutations:
| day | story | status |
| 5 | Story 01 | Closed |
| 10 | Story 02 | Closed |
And the current time is 2012-02-01 08:00:00
And I have made the following story mutations:
| day | story | status |
| 5 | Story 03 | Closed |
| 10 | Story 04 | Closed |
And the current time is 2012-03-01 08:00:00
And I have made the following story mutations:
| day | story | status |
| 5 | Story 05 | Closed |
| 10 | Story 06 | Closed |
And the current time is 2012-04-01 08:00:00
And I have made the following story mutations:
| day | story | status |
| 5 | Story 07 | Closed |
| 10 | Story 08 | Closed |
And the current time is 2012-05-01 08:00:00
And I have made the following story mutations:
| day | story | status |
| 5 | Story 09 | Closed |
| 10 | Story 10 | Closed |
And the current time is 2012-06-01 08:00:00
And I have made the following story mutations:
| day | story | status |
| 5 | Story 11 | Closed |
| 10 | Story 12 | Closed |
And the current time is 2012-07-01 08:00:00
Scenario: Initial
Given I view the release page
# Then dump the database to pg_new.dump
When I follow "Multi 1"
Then the request should complete successfully
Then show me the page