Skip to content
Snippets Groups Projects
Verified Commit 0e4231f6 authored by Julien Wittouck's avatar Julien Wittouck
Browse files

:sparkles: : add names to scenarios

parent 83173e6c
No related branches found
No related tags found
No related merge requests found
Pipeline #27067 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment