Pipeline base branch configuration
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:00.696
When I create a pipeline with base_branch "develop"
00:00:00.013
Then the pipeline response should contain base_branch "develop"
00:00:00.000
Given I am authenticated
00:00:01.130
When I create a pipeline without specifying base_branch
00:00:00.011
Then the pipeline response should contain base_branch "main"
00:00:00.000
Given I am authenticated
00:00:00.685
And a pipeline exists with base_branch "develop"
00:00:00.009
When I get the pipeline
00:00:00.002
Then the pipeline response should contain base_branch "develop"
00:00:00.000
Given I am authenticated
00:00:01.499
And a pipeline exists with base_branch "main"
00:00:00.019
When I update the pipeline base_branch to "release"
00:00:00.014
Then the pipeline response should contain base_branch "release"
00:00:00.000
Given I am authenticated
00:00:00.696
When I create a pipeline without output_branch
00:00:00.014
Then the pipeline status code should be 201
00:00:00.000
And the response should contain output_branch null
00:00:00.000
Given I am authenticated
00:00:00.667
When I create a pipeline with config {"key": "value", "nested": {"a": 1}}
00:00:00.012
Then the pipeline response should contain config {"key": "value", "nested": {"a": 1}}
00:00:00.000
Given I am authenticated
00:00:00.721
And a pipeline exists with output_branch "feature/x"
00:00:00.015
When I update the pipeline output_branch to null
00:00:00.007
Then the response should contain output_branch null
00:00:00.000
Given I am authenticated
00:00:00.717
When I create a pipeline with skill_repos ["10000000-0000-0000-0000-000000000001", "10000000-0000-0000-0000-000000000002"]
00:00:00.015
Then the pipeline status code should be 201
00:00:00.000
And the pipeline response should contain skill_repos [{"repository_id": "10000000-0000-0000-0000-000000000001", "name": "test-repo-1", "url": "https://github.com/test/repo1"}, {"repository_id": "10000000-0000-0000-0000-000000000002", "name": "test-repo-2", "url": "https://github.com/test/repo2"}]
00:00:00.000
Given I am authenticated
00:00:00.724
When I create a pipeline with skill_repos ["99999999-0000-0000-0000-000000000099"]
00:00:00.003
Then the pipeline status code should be 422
00:00:00.000
Given I am authenticated
00:00:00.772
And a pipeline exists with skill_repos ["10000000-0000-0000-0000-000000000001"]
00:00:00.026
When I update the pipeline skill_repos to []
00:00:00.011
Then the pipeline response should contain empty skill_repos
00:00:00.001