Skip to content

Commit

Permalink
chore: add more test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
mathislucka committed Jan 30, 2025
1 parent 5614b49 commit 5d50a62
Show file tree
Hide file tree
Showing 2 changed files with 763 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/core/pipeline/features/pipeline_run.feature
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ Feature: Pipeline running
| that has a loop in the middle |
| that has variadic component that receives a conditional input |
| that has a string variadic component |
| that is an agent that can use RAG |
| that has a feedback loop |
| created in a non-standard order that has a loop |
| that has an agent with a feedback cycle |
| that passes outputs that are consumed in cycle to outside the cycle |
| with a component that has dynamic default inputs |
| with a component that has variadic dynamic default inputs |


Scenario Outline: Running a bad Pipeline
Given a pipeline <kind>
Expand Down
Loading

0 comments on commit 5d50a62

Please sign in to comment.