reanahub / reana-demo-helloworld

REANA example - "hello world"
MIT License
3 stars 35 forks source link

tests: add technology-specific feature files #64

Closed giuseppe-steduto closed 1 year ago

giuseppe-steduto commented 1 year ago

Separates the test feature files into different subfolders depending on the workflow engine (cwl, yadage, snakemake) used by the workflow. This is needed to look for log messages that are relevant to the specific workflow engine. Tests that are valid for all the workflow engines are kept at the highest level in the tests directory. Changes the REANA specification files so that the output file is always created in the same directory, regardless of the workflow engine.