feat(Cypress-Gherkin): ✨ Implemented the whole test in cypress and updated documentation accordingly
This commit is contained in:
14
cypress/integration/sendDocument.feature
Normal file
14
cypress/integration/sendDocument.feature
Normal file
@@ -0,0 +1,14 @@
|
||||
Feature: Prepare and Send the document #1615660
|
||||
|
||||
As a practiciant, I can prepare a document to send to my colleague and be helped by Irène to fill contextual data.
|
||||
|
||||
Scenario: Send a document
|
||||
Given I use the API
|
||||
And I have the document #1615660
|
||||
And I have a DocumentReference
|
||||
And I have a CommunicationRequest
|
||||
And Irène prepared the CommunicationRequest
|
||||
And I have a Patient
|
||||
And I am connected to my mailbox
|
||||
When I send the mail
|
||||
Then the mail is sent
|
Reference in New Issue
Block a user