Functional Tests
|
[+] Ensure that login works (BackendCept) 0.05s
|
I am going to try to login with correct credentials |
I am on page "/user/login" |
SQLSTATE[HY000] [2002] Connection refused
|
|
[+] Ensure that home page works (HomeCept) 0.01s
|
I am on page "/" |
SQLSTATE[HY000] [2002] Connection refused
|
|
Acceptance Tests
|
[+] Ensure that logout from frontend works (app/LogoutFrontendCept) 0.26s
|
I am on page "/en/user/login" |
I see "Sign in","h3" |
Element located either by name, CSS or XPath element with 'h3' was not found.
|
|
Summary
Successful scenarios: |
0 |
Failed scenarios: |
3 |
Skipped scenarios: |
0 |
Incomplete scenarios: |
0 |
|