Project Form
As an authenticated user
I want to create and edit projects with all required fields
So that I can configure deployment keys and repository tokens
src/features/projects/ProjectForm.feature
1
Passed
0
Failed
0
Ambiguous
0
Not Defined
0
Pending
0
Skipped
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:18.477
When I navigate to the new project form
00:00:00.459
Then I should see a "Deploy Key Secret" field
00:00:02.693
And I should see a "Repo Token" field
00:00:00.061
After