Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
7506afe1
Commit
7506afe1
authored
Jan 17, 2016
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update build artifacts feature tests
parent
968998a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
features/project/builds/artifacts.feature
features/project/builds/artifacts.feature
+6
-6
No files found.
features/project/builds/artifacts.feature
View file @
7506afe1
...
@@ -7,21 +7,21 @@ Feature: Project Builds Artifacts
...
@@ -7,21 +7,21 @@ Feature: Project Builds Artifacts
Scenario
:
I
download build artifacts
Scenario
:
I
download build artifacts
Given
recent build has artifacts available
Given
recent build has artifacts available
When
I visit recent build
summary
page
When
I visit recent build
details
page
And
I click artifacts download button
And
I click artifacts download button
Then
download of build artifacts archive starts
Then
download of build artifacts archive starts
Scenario
:
I
browse build artifacts
Scenario
:
I
browse build artifacts
Given
recent build has artifacts available
Given
recent build has artifacts available
And
recent build has artifacts metadata available
And
recent build has artifacts metadata available
When
I visit recent build
summary
page
When
I visit recent build
details
page
And
I click artifacts browse button
And
I click artifacts browse button
Then
I should see content of artifacts archive
Then
I should see content of artifacts archive
Scenario
:
I
browse subdirectory of build artifacts
Scenario
:
I
browse subdirectory of build artifacts
Given
recent build has artifacts available
Given
recent build has artifacts available
And
recent build has artifacts metadata available
And
recent build has artifacts metadata available
When
I visit recent build
summary
page
When
I visit recent build
details
page
And
I click artifacts browse button
And
I click artifacts browse button
And
I click link to subdirectory within build artifacts
And
I click link to subdirectory within build artifacts
Then
I should see content of subdirectory within artifacts archive
Then
I should see content of subdirectory within artifacts archive
...
@@ -30,7 +30,7 @@ Feature: Project Builds Artifacts
...
@@ -30,7 +30,7 @@ Feature: Project Builds Artifacts
Given
recent build has artifacts available
Given
recent build has artifacts available
And
recent build has artifacts metadata available
And
recent build has artifacts metadata available
And
recent build artifacts contain directory with UTF-8 characters
And
recent build artifacts contain directory with UTF-8 characters
When
I visit recent build
summary
page
When
I visit recent build
details
page
And
I click artifacts browse button
And
I click artifacts browse button
And
I navigate to directory with UTF-8 characters in name
And
I navigate to directory with UTF-8 characters in name
Then
I should see content of directory with UTF-8 characters in name
Then
I should see content of directory with UTF-8 characters in name
...
@@ -39,7 +39,7 @@ Feature: Project Builds Artifacts
...
@@ -39,7 +39,7 @@ Feature: Project Builds Artifacts
Given
recent build has artifacts available
Given
recent build has artifacts available
And
recent build has artifacts metadata available
And
recent build has artifacts metadata available
And
recent build artifacts contain directory with invalid UTF-8 characters
And
recent build artifacts contain directory with invalid UTF-8 characters
When
I visit recent build
summary
page
When
I visit recent build
details
page
And
I click artifacts browse button
And
I click artifacts browse button
And
I navigate to parent directory of directory with invalid name
And
I navigate to parent directory of directory with invalid name
Then
I should not see directory with invalid name on the list
Then
I should not see directory with invalid name on the list
...
@@ -47,7 +47,7 @@ Feature: Project Builds Artifacts
...
@@ -47,7 +47,7 @@ Feature: Project Builds Artifacts
Scenario
:
I
download a single file from build artifacts
Scenario
:
I
download a single file from build artifacts
Given
recent build has artifacts available
Given
recent build has artifacts available
And
recent build has artifacts metadata available
And
recent build has artifacts metadata available
When
I visit recent build
summary
page
When
I visit recent build
details
page
And
I click artifacts browse button
And
I click artifacts browse button
And
I click download button for a file within build artifacts
And
I click download button for a file within build artifacts
Then
download of a file extracted from build artifacts should start
Then
download of a file extracted from build artifacts should start
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment