refactor(Cypress): installed cypress-cucumber-preprocessor and writed a feature file and it's cycode
This commit is contained in:
14
cypress/integration/inbox.feature
Normal file
14
cypress/integration/inbox.feature
Normal 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
|
Reference in New Issue
Block a user