show.feature
1.31 KB
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
Feature: Show Repository
In order to visualize the results of my repositories
As a regular user
I should see it's informations
@kalibro_restart
Scenario: With a ready processing
Given I am a regular user
And I am signed in
And I have a sample project
And I have a sample configuration with native metrics
And I have a sample repository within the sample project
And I start to process that repository
And I wait up for a ready processing
When I visit the repository show page
Then I should see the sample repository name
And I should see "Address"
And I should see "Configuration"
And I should see "State"
And I should see "Creation date"
And I should see "LOADING time"
And I should see "COLLECTING time"
And I should see "ANALYZING time"
@kalibro_restart
Scenario: Just after start to process
Given I am a regular user
And I am signed in
And I have a sample project
And I have a sample configuration with native metrics
And I have a sample repository within the sample project
And I start to process that repository
When I visit the repository show page
Then I should see the sample repository name
And I should see "Address"
And I should see "Configuration"
And I should see "State"
And I should see "Creation date"