Opla / opla-v2

:rocket: :robot: Your open chatbot builder. Start here to install Opla. :sparkles:
https://opla.ai
GNU General Public License v2.0
51 stars 8 forks source link

Enhance e2e tests : use cypress #5

Closed licarth closed 6 years ago

licarth commented 6 years ago

From @licarth on August 6, 2018 8:2

Currently, our e2e tests are minimalistic. A POST request with cURL against the backend to check that we are able to create a user. See https://github.com/Opla/backend/blob/master/myke.yml#L51

To make this more reliable, we could use some more evolved tools to check user scenarii directly from the frontend.

Example of scenario :

Copied from original issue: Opla/front#283

licarth commented 6 years ago

Note to self : Could use Cypress.