refactor: init cypress config

This commit is contained in:
Simon Priet
2021-09-06 00:54:10 +02:00
parent 9e2991e668
commit e00a147b5c
29 changed files with 2309 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Feature: Subscribe to the TruskX app
As a Trusker, I want to subscribe to the TruskX chat app.
@focus
Scenario: As a Trusker, when I subscribe, I am asked for a mobile phone number.
Given I am a trusker on the logpage
When I sign up with my email
Then I have to provide a phone number
Scenario: As an Outsider, I can't subscribe
Given I don't have a Trusker email on the logpage
When I sign up with '@yopmail.com'
Then I am prevented to subscribe
Scenario: As a Trusker, I can't subcribe twice
Given I already have a TruskX account
When I sign up with my email
Then I am alerted i already have an account