Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cloud-3356780
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
cloud-3356780
Commits
bced610a
Commit
bced610a
authored
2 years ago
by
shota niioka
Committed by
Yas Naoi
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3292791
by shota niioka, yas, kumikoono: Add a BDD test suite for K8s Jobs (Read)
parent
b9c65848
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/cloud_service_providers/k8s/tests/src/Behat/features/templates/K8s-ATDD-02-07-OperateJobs.feature
+13
-0
13 additions, 0 deletions
...hat/features/templates/K8s-ATDD-02-07-OperateJobs.feature
with
13 additions
and
0 deletions
modules/cloud_service_providers/k8s/tests/src/Behat/features/templates/K8s-ATDD-02-07-OperateJobs.feature
+
13
−
0
View file @
bced610a
...
...
@@ -30,6 +30,19 @@ Feature: Create delete a job for K8s as "Authenticated User"
And
I should see neither error nor warning messages
And
I should see
"{{ job_name }}"
in the
"{{ namespace }}"
row
@api
@javascript
Scenario
:
Read the Job
Given
I am logged in as user
"{{ user_name }}"
When
I visit
"/clouds/k8s/{{ cloud_context }}/job"
And
I click
"Refresh"
And
I wait {{ wait }} milliseconds
And
I should see the link
"{{ job_name }}"
And
I click
"{{ job_name }}"
Then
the url should match
"/clouds/k8s/{{ cloud_context }}/job/"
And
I should see
"{{ job_name }}"
And
I should see
"{{ namespace }}"
And
I should see neither error nor warning messages
@api
@javascript
Scenario
:
Delete the job
Given
I am logged in as user
"{{ user_name }}"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment