Skip to content

Commit

Permalink
feat(tests): add gherkin test files to reana specifications (#56)
Browse files Browse the repository at this point in the history
For compatibility with `reana-client test`.
  • Loading branch information
ajclyall authored and mdonadoni committed Sep 18, 2024
1 parent eae81b2 commit e9938cc
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

The list of contributors in alphabetical order:

- [Alastair Lyall](https://orcid.org/0009-0000-4955-8935)
- [Alizee Pace](https://www.linkedin.com/in/aliz%C3%A9e-pace-516b4314b/)
- [Anton Khodak](https://orcid.org/0000-0003-3263-4553)
- [Audrius Mecionis](https://orcid.org/0000-0002-3759-1663)
Expand Down
5 changes: 5 additions & 0 deletions reana-cwl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ workflow:
outputs:
files:
- outputs/plot.png
tests:
files:
- tests/cwl/log-messages.feature
- tests/cwl/run-duration.feature
- tests/cwl/workspace-files.feature
5 changes: 5 additions & 0 deletions reana-snakemake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,8 @@ workflow:
outputs:
files:
- results/plot.png
tests:
files:
- tests/snakemake/log-messages.feature
- tests/snakemake/run-duration.feature
- tests/snakemake/workspace-files.feature
5 changes: 5 additions & 0 deletions reana-yadage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,8 @@ workflow:
outputs:
files:
- worldpopulation/plot.png
tests:
files:
- tests/yadage/log-messages.feature
- tests/yadage/run-duration.feature
- tests/yadage/workspace-files.feature
5 changes: 5 additions & 0 deletions reana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,8 @@ workflow:
outputs:
files:
- results/plot.png
tests:
files:
- tests/serial/log-messages.feature
- tests/serial/run-duration.feature
- tests/serial/workspace-files.feature

0 comments on commit e9938cc

Please sign in to comment.