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:00.934
When I create a project with config {"key": "value"} and secrets {"webhooks":{"github_pr":{"webhook_secret":"test-secret"}}}
00:00:00.011
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:01.706
When I create a project with config "not-an-object"
00:00:00.001
Then the project response status should be 400 or 422
00:00:00.001
Given a project with secrets exists
00:00:01.097
When I get the project
00:00:00.006
Then the project response should not contain secrets_encrypted
00:00:00.000
Given a project with secrets exists
00:00:01.365
When I get decrypted secrets for the project
00:00:00.003
Then the decrypted webhook secret should be "test-secret"
00:00:00.000