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

:fire: : remove embedded features

parent a547f0da
No related branches found
No related tags found
No related merge requests found
Pipeline #27531 passed
cucumber.plugin=pretty,junit:junit-output.xml
cucumber.filter.tags=@controler101
cucumber.features=classpath:/features
cucumber.glue=fr.univ_lille.gitlab.gitlab_classrooms.cucumber_runner
@controler101
Feature: Premier Contrôleur Spring
Background:
Given L'application écoute sur le port 8080
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: 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
Then element having name "password" should be present
Then element having name "password_verify" should be present
Then element having name "submit" should be present
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment