Project platform config
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.633
When I create a project with config {"vikunja": {"url": "https://vikunja.app.keskikuja.site", "project_id": "3"}}
Then the project response status should be 201
And the project response should contain config {"vikunja": {"url": "https://vikunja.app.keskikuja.site", "project_id": "3"}}
Given I am authenticated as admin for projects
00:00:00.567
When I create a project with config "not-an-object"
00:00:00.009
Then the project response status should be 400 or 422
00:00:00.000
Given I am authenticated as admin for projects
00:00:00.650
When I create a project with config {"env": "x"}
Then the project response status should be 422