features/login.feature:1
User authentication feature
auth
| Total |
Passed |
Failed |
Skipped |
Undefined |
Pass rate |
Duration |
| 2 |
1 |
1 |
0 |
0 |
50.0% |
260ms |
Location: features/login.feature:5
Duration: 180ms
smoke
| Status |
Step |
Duration |
| ✓ |
Given the user is on the login page |
50ms |
| ✓ |
When the user enters valid credentials |
100ms |
| ✓ |
Then the user should see the dashboard |
30ms |
Location: features/login.feature:13
Duration: 80ms
regression
| Status |
Step |
Duration |
| ✓ |
Given the user is on the login page |
50ms |
| ✗ |
When the user enters invalid credentials |
80ms |