Repository credential encryption
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 an authenticated session
00:00:01.195
When I create a repository named "bdd-enc-create" with url "https://github.com/test/bdd-enc-create" and auth token "super-secret-token"
00:00:00.008
Then the repository response status should be 201
00:00:00.000
And the repository response should have a null "auth_token_encrypted"
00:00:00.000
And the stored auth token for the created repository should differ from "super-secret-token"
00:00:00.001
Given an authenticated session
00:00:00.636
And I create a repository named "bdd-enc-get" with url "https://github.com/test/bdd-enc-get" and auth token "another-secret-token"
00:00:00.007
When I get the created repository
00:00:00.002
Then the repository response status should be 200
00:00:00.000
And the repository response should have a null "auth_token_encrypted"
00:00:00.000
Given an authenticated session
00:00:00.661
And I create a repository named "bdd-enc-list" with url "https://github.com/test/bdd-enc-list" and auth token "list-secret-token"
00:00:00.008
When I list repositories
00:00:00.004
Then the repository response status should be 200
00:00:00.000
And every listed repository should have a null "auth_token_encrypted"
00:00:00.000
Given an authenticated session
00:00:00.669
And I create a repository named "bdd-enc-update" with url "https://github.com/test/bdd-enc-update" and auth token "initial-secret-token"
00:00:00.007
When I update the created repository auth token to "rotated-secret-token"
00:00:00.014
Then the repository response status should be 200
00:00:00.000
And the repository response should have a null "auth_token_encrypted"
00:00:00.000
And the stored auth token for the created repository should differ from "rotated-secret-token"
00:00:00.002