Bot Accounts
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.
Given I am authenticated
00:00:05.585
Given I am on the bot accounts tab
00:00:00.059
When I click "New Bot Account"
00:00:01.451
Then the new-bot-account modal opens
00:00:00.082
And it accepts Name, Description and Access Token
And submitting navigates to the new bot account's detail page
00:00:00.013
Given I am authenticated
00:00:03.853
Given I am on the bot accounts list
00:00:00.055
When I select an unused bot account
00:00:01.339
And I click Delete
00:00:00.572
Then a confirm dialog appears
00:00:00.026
And confirming deletes the bot account
Given I am authenticated
00:00:03.388
Given I am on the bot accounts list
00:00:00.071
When I select a bot account that is used by repositories
00:00:01.578
And I click Delete
00:00:00.566
Then a confirm dialog appears
00:00:00.089
And on 409 the message "Cannot delete: bot account is in use" is shown
Given I am authenticated
00:00:06.367
When I visit the bot accounts tab
00:00:00.119
Then the Bot Accounts tab is active
00:00:00.459
When I switch to Repositories tab
00:00:01.245
Then the Repositories tab is active
00:00:00.248
When I switch back to Bot Accounts tab
00:00:00.452
Then the Bot Accounts tab is active
00:00:00.054
Given I am authenticated
00:00:04.189
When I visit the bot accounts tab
00:00:00.063
Then I see the bot accounts table with columns Name, Description, Created, Used By
00:00:05.991
And the create action label reads "+ New Bot Account"
After