From 14845d344ef346029fc58b7c66be6bc43b70a661 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 24 Aug 2025 12:33:55 +0100 Subject: Add end-to-end tests. End-to-end tests allow us to test the whole of ravanan. This is a useful sanity check to ensure that basic workflows remain working. --- e2e-tests/tests.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 e2e-tests/tests.yaml (limited to 'e2e-tests/tests.yaml') diff --git a/e2e-tests/tests.yaml b/e2e-tests/tests.yaml new file mode 100644 index 0000000..5c0ab22 --- /dev/null +++ b/e2e-tests/tests.yaml @@ -0,0 +1,9 @@ +- id: hello-world + doc: Hello world! + tool: tools/hello-world.cwl + job: jobs/hello-world.yaml + output: + output_message: + class: File + size: 13 + checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b -- cgit 1.4.1