Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
cloud
Merge requests
!879
An error occurred while fetching the assigned milestone of the selected merge_request.
Issue
#3276714
: Refactor BDD test feature files for k8s module
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3276714
: Refactor BDD test feature files for k8s module
issue/cloud-3276714:3276714-refactor-bdd-test
into
5.x
Overview
0
Commits
7
Pipelines
0
Changes
8
Merged
Kumiko Ono
requested to merge
issue/cloud-3276714:3276714-refactor-bdd-test
into
5.x
3 years ago
Overview
0
Commits
7
Pipelines
0
Changes
8
Expand
0
0
Merge request reports
Compare
5.x
version 7
ddcfda8f
3 years ago
version 6
e875e9c4
3 years ago
version 5
1052e7e1
3 years ago
version 4
9700b2b0
3 years ago
version 3
83bb2172
3 years ago
version 2
ec138fe7
3 years ago
version 1
f38b4e75
3 years ago
5.x (base)
and
latest version
latest version
ddcfda8f
7 commits,
3 years ago
version 7
ddcfda8f
7 commits,
3 years ago
version 6
e875e9c4
6 commits,
3 years ago
version 5
1052e7e1
5 commits,
3 years ago
version 4
9700b2b0
4 commits,
3 years ago
version 3
83bb2172
3 commits,
3 years ago
version 2
ec138fe7
2 commits,
3 years ago
version 1
f38b4e75
1 commit,
3 years ago
8 files
+
30
−
31
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
modules/cloud_service_providers/k8s/tests/src/Behat/features/templates/K8s-ATDD-00-01-CreateCloudServiceProvider.feature
0 → 100644
+
15
−
0
Options
Feature
:
Create a cloud service provider for K8s as "Cloud administrator"
In order to start BDD testing
We need to create a cloud service provider
@api
Scenario
:
Add a K8s Cloud service provider
Given
I am logged in as a user with the
"Cloud administrator"
role
When
I visit
"/admin/structure/cloud_config/add/k8s"
And
I enter
"{{ k8s_cloud_service_provider_name_entered }}"
for
"Name"
And
I enter
"{{ api_server }}"
for
"API server"
And
I enter
"{{ api_server_token }}"
for
"Token"
And
I press
"Save"
Then
I should be on
"/admin/structure/cloud_config"
And
I should see
"has been created"
And
I should see K8s in the
"{{ k8s_cloud_service_provider_name }}"
row
Loading