Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cucumber-runner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gitlab-classrooms
cucumber-runner
Commits
0e4231f6
Verified
Commit
0e4231f6
authored
1 year ago
by
Julien Wittouck
Browse files
Options
Downloads
Patches
Plain Diff
: add names to scenarios
parent
83173e6c
No related branches found
No related tags found
No related merge requests found
Pipeline
#27067
passed
1 year ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/features/controler-101.feature
+2
-2
2 additions, 2 deletions
src/main/resources/features/controler-101.feature
with
2 additions
and
2 deletions
src/main/resources/features/controler-101.feature
+
2
−
2
View file @
0e4231f6
...
...
@@ -4,13 +4,13 @@ Feature: Premier Contrôleur Spring
Background
:
Given
L'application écoute sur le port 8080
Scenario
:
Scenario
:
GET "/" returns "Hello World"
When
La requête HTTP
"GET /"
est envoyée
Then
La réponse a un code HTTP 200
And La réponse a un header HTTP "Content-Type
:
text/plain"
And
La réponse a un body
"Hello World"
Scenario
:
Scenario
:
GET "/signIn" returns a form
When I navigate to "http
:
//localhost
:
8080/signIn"
Then
element having name
"email"
should be present
Then
element having name
"name"
should be present
...
...
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