From e5fa83b905a60c4a51ab65c466f634d7030e73c9 Mon Sep 17 00:00:00 2001 From: Alastair Lyall Date: Thu, 1 Aug 2024 15:27:19 +0200 Subject: [PATCH] feat(tests): add gherkin test files to reana specifications (#73) 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 db97320..015b9fe 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) - [Ana Trisovic](https://orcid.org/0000-0003-1991-0533) - [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 5f99f90..88204c8 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 e9b7b26..35522a0 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 bdf91d7..8b6a790 100644 --- a/reana-yadage.yaml +++ b/reana-yadage.yaml @@ -15,3 +15,8 @@ workflow: outputs: files: - fitdata/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 e06cbbb..a6a7f2c 100644 --- a/reana.yaml +++ b/reana.yaml @@ -24,3 +24,8 @@ workflow: outputs: files: - results/plot.png +tests: + files: + - tests/serial/log-messages.feature + - tests/serial/run-duration.feature + - tests/serial/workspace-files.feature