Project platform config and secrets
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 as admin for projects
00:00:02.960
When I create a project with config {"key": "value"} and secrets {"webhooks":{"github_pr":{"webhook_secret":"test-secret"}}}
00:00:00.414
Then the project response status should be 201
00:00:00.000
And the project response should contain config {"key": "value"}
00:00:00.000
And the project response should not contain secrets_encrypted
00:00:00.000
And the project response should not contain the webhook secret
00:00:00.000
Given I am authenticated as admin for projects
00:00:04.072
When I create a project with config "not-an-object"
00:00:00.000
Then the project response status should be 400 or 422
00:00:00.000
Given a project with secrets exists
00:00:04.153
When I get the project
00:00:00.003
Then the project response should not contain secrets_encrypted
00:00:00.000
Given a project with secrets exists
00:00:01.626
When I get decrypted secrets for the project
00:00:00.002
Then the decrypted webhook secret should be "test-secret"
00:00:00.000