Projects
Scenario Distribution
Execution Summary
Top 10 Slowest Steps
Scenario Step Execution Time Trend
Steps per Scenarios
Top 10 Tags
Scenarios
No scenario found
Try adjusting your filters or search terms.
Before
Given I am authenticated
00:00:16.904
When I visit the projects page
00:00:00.615
Then I see the DataTable with columns Name, Description, Pipelines
00:00:01.363
And the Pipelines column shows the cached pipeline_count
00:00:00.111
And sort default is Name ascending
00:00:00.122
After
Before
Given I am authenticated
00:00:13.811
Given I am on the projects page
00:00:00.968
When I create a project with config "key: value"
00:00:04.038
Then the project should be listed with config
00:00:00.896
After
Before
Given I am authenticated
00:00:17.685
Given I am on the projects page
00:00:00.737
When I click "New Project"
00:00:01.276
Then the new-project modal opens
00:00:00.071
And it accepts Name and Description
00:00:00.247
And submitting navigates to the new project's detail page
00:00:00.021
After
Given I am authenticated
00:00:14.764
Given a project exists
00:00:04.450
When I update the webhook secret
00:00:02.690
Then the secret should be saved
00:00:00.366
After