fix(#3): ✅ Refactored a few configurations in cypress.
Partially fix #3.
This commit is contained in:
25
cypress/fixtures/userSet.json
Normal file
25
cypress/fixtures/userSet.json
Normal file
@@ -0,0 +1,25 @@
|
||||
[
|
||||
{
|
||||
"valid-admin": {
|
||||
"email": "adrian@trusk.com",
|
||||
"password": "adrian@trusk.com"
|
||||
}
|
||||
},
|
||||
{
|
||||
"invalid-admin": {
|
||||
"email": "adrian@trusk.com",
|
||||
"password": "adrian"
|
||||
}
|
||||
},
|
||||
{
|
||||
"unexisting-user": {
|
||||
"email": "adrian.pothuaud@trusk.com",
|
||||
"password": "badpassword"
|
||||
}
|
||||
},
|
||||
{
|
||||
"malformed-email": {
|
||||
"email": "adrian-trusk"
|
||||
}
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user