about summary refs log tree commit diff
path: root/e2e-tests/tests.yaml
AgeCommit message (Collapse)Author
33 hourse2e-tests: Add example Hello World workflow from the documentation.Arun Isaac
We want to ensure that the Hello World workflow in our README docs always works!
33 hourscommand-line-tool: Handle absent arguments field.Arun Isaac
46 hourswork/command-line-tool: Avoid infinite recursion in matching floats.Arun Isaac
2 dayswork/command-line-tool: Accept ints as floats too.Arun Isaac
2 daysworkflow: Handle boolean false input and default value.Arun Isaac
4 daysworkflow: Add defaults to inputs even with Workflow class workflows.Arun Isaac
Earlier, we were adding defaults only with CommandLineTool class workflows, and ignoring defaults in Workflow class workflows.
7 dayse2e-tests: Use YAML, instead of JSON, job files.Arun Isaac
Now that we have resolved type ambiguities in YAML input files, prefer YAML job files to JSON job files.
2025-11-16e2e-tests: Add tests based off of examples in the ccwl manual.Arun Isaac
2025-08-24Add end-to-end tests.Arun Isaac
End-to-end tests allow us to test the whole of ravanan. This is a useful sanity check to ensure that basic workflows remain working.