Test Report

My Project


Started: 2025-01-01T10:00:00+00:00
Duration: 5.00s
Scenarios: 2
Passed: 1
Failed: 1
Skipped: 0
Pass rate: 50.0%

Table of contents

Executive summary

2 Scenarios
1 Passed
1 Failed
0 Skipped
Feature Scenarios Passed Failed Skipped Pass rate Duration
Login 2 1 1 0 50.0% 260ms

Environment

Python3.12.0
Behave
Platformlinux
Hostnametest-host
Working directory
Command
User
Git branch
Git commit

Login

failed

features/login.feature:1

User authentication feature

auth
Total Passed Failed Skipped Undefined Pass rate Duration
2 1 1 0 0 50.0% 260ms

Successful login

passed
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

Failed login

failed
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