From e9938cc191703051ec1a91b90e71e2cd6d75907c Mon Sep 17 00:00:00 2001 From: Alastair Lyall Date: Fri, 2 Aug 2024 01:15:43 +0200 Subject: [PATCH] feat(tests): add gherkin test files to reana specifications (#56) For compatibility with `reana-client test`. --- AUTHORS.md | 1 + reana-cwl.yaml | 5 +++++ reana-snakemake.yaml | 5 +++++ reana-yadage.yaml | 5 +++++ reana.yaml | 5 +++++ 5 files changed, 21 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 53a9f5c..defd0dd 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -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) diff --git a/reana-cwl.yaml b/reana-cwl.yaml index b41333c..52650c7 100644 --- a/reana-cwl.yaml +++ b/reana-cwl.yaml @@ -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 diff --git a/reana-snakemake.yaml b/reana-snakemake.yaml index 5162809..8d8f6a6 100644 --- a/reana-snakemake.yaml +++ b/reana-snakemake.yaml @@ -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 diff --git a/reana-yadage.yaml b/reana-yadage.yaml index e25111a..429d88f 100644 --- a/reana-yadage.yaml +++ b/reana-yadage.yaml @@ -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 diff --git a/reana.yaml b/reana.yaml index 01f3379..9ee7163 100644 --- a/reana.yaml +++ b/reana.yaml @@ -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