From ed14a80204bba7cf1e1005ce8ffd859b64a958d7 Mon Sep 17 00:00:00 2001 From: Alastair Lyall Date: Thu, 22 Aug 2024 17:34:40 +0200 Subject: [PATCH] feat(tests): add gherkin test files to reana specification (#21) --- AUTHORS.md | 1 + reana.yaml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/AUTHORS.md b/AUTHORS.md index 8a4ce70..31f8047 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) - [Giuseppe Steduto](https://orcid.org/0009-0002-1258-8553) - [Kati Lassila-Perini](https://orcid.org/0000-0002-5502-1795) - [Marco Donadoni](https://orcid.org/0000-0003-2922-5505) diff --git a/reana.yaml b/reana.yaml index af124a1..97f7d8f 100644 --- a/reana.yaml +++ b/reana.yaml @@ -29,3 +29,8 @@ workflow: outputs: files: - CMSSW_5_3_32/src/reana-demo-cms-dimuon-mass-spectrum/DimuonSpectrum2011/DoubleMu.root +tests: + files: + - tests/log-messages.feature + - tests/run-duration.feature + - tests/workspace-files.feature