refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode

This commit is contained in:
Simon Priet
2021-09-06 20:39:49 +02:00
parent 30ae95b375
commit a0d70f98f2
214 changed files with 18373 additions and 4889 deletions

View File

@@ -0,0 +1,14 @@
Feature: Send a document that is ready
As a practiciant, I can send mails that i have prepared
Scenario: Send a document
Given I am connected to my mailbox
And I have a document ready to send
When I send the mail
Then The mail is sent
Scenario: Connect to the mailbox
Given I log with my credentials
And I receive a code by SMS
When I put the code
Then I am connected