From 8402252da5fd4935c3f7ff3481974373f43b2c3c Mon Sep 17 00:00:00 2001 From: Alastair Lyall Date: Thu, 22 Aug 2024 17:52:24 +0200 Subject: [PATCH] feat(tests): add gherkin test files to reana specification (#19) --- AUTHORS.md | 1 + reana.yaml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index fb21615..15ffb3e 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) - [Audrius Mecionis](https://orcid.org/0000-0002-3759-1663) - [Daniel Prelipcean](https://orcid.org/0000-0002-4855-194X) - [Giuseppe Steduto](https://orcid.org/0009-0002-1258-8553) diff --git a/reana.yaml b/reana.yaml index 4523b58..73c87ef 100644 --- a/reana.yaml +++ b/reana.yaml @@ -24,3 +24,7 @@ outputs: - AnalysisResults.root - plot_pt.pdf - plot_eta.pdf +tests: + files: + - tests/data-processing.feature + - tests/results-generation.feature