Implement testplans
Open
@frhuelsz is already working on this.
Since Sep 25, 2025.
enhancement
- Dominant language
- Go
- Stars
- 2
- Forks
- 2
- Avg merge
- 12h 42m
- Merged PRs (30d)
- 2
Description
Add the capability to run multiple scenarios in a single invocation (either in series or parallel) via a testplan definition.
API ideas:
storm-mySuite testplan run myTestplan.yaml
# myTestplan.yaml
sequence:
- name: myScenario1
args:
- --myArg
- myVal1
- name: myScenario1
args:
- --myArg
- myVal2
- name: myScenario2
args:
- --myArg
- myVal
- ...
TODO: figure out sequential vs parallel execution
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.