You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# encoding: utf8
# language: fr
Fonctionnalité: Log in
Pour se connecter
En tant que la bonne personne
Je veux être capable de me connecter
Scénario: Ne me connecte pas
Soit George Rémy est un utilisateur
Etant donné qu'elle essaye de se connecter avec l'identifiant [email protected] et le mot de passe auser
Alors il est n'est pas connecté
I can run serernity-js test but when generating report I got the following error info: Writing aggregated report to C:\Users\sebcc\Documents\serenity-tests\target\site\serenity error: Exception in thread "pool-1-thread-2" gherkin.lexer.LexingError: Lexing error on line 1: 'Fonctionnalité: Log in An error occurred. Error: Exception in thread "pool-1-thread-2" gherkin.lexer.LexingError: Lexing error on line 1: 'Fonctionnalité: Log in at C:\Users\sebcc\Documents\serenity-tests\node_modules\serenity-cli\lib\actions\logging.js:8:35 at process._tickCallback (internal/process/next_tick.js:109:7)` and no report generated.
When removing #encoding, # language et renaming Fonctionnalité to Feature, report generation is OK.
The text was updated successfully, but these errors were encountered:
Using the following feature file
I can run serernity-js test but when generating report I got the following error
info: Writing aggregated report to C:\Users\sebcc\Documents\serenity-tests\target\site\serenity error: Exception in thread "pool-1-thread-2" gherkin.lexer.LexingError: Lexing error on line 1: 'Fonctionnalité: Log in An error occurred. Error: Exception in thread "pool-1-thread-2" gherkin.lexer.LexingError: Lexing error on line 1: 'Fonctionnalité: Log in at C:\Users\sebcc\Documents\serenity-tests\node_modules\serenity-cli\lib\actions\logging.js:8:35 at process._tickCallback (internal/process/next_tick.js:109:7)` and no report generated.
When removing #encoding, # language et renaming Fonctionnalité to Feature, report generation is OK.
The text was updated successfully, but these errors were encountered: