Each test case consists of three files:
example.ipynb: the notebook containing the source for all workflow components. The beginning of each cell contains a description of the cell's inputs, outputs, parameters, confs, secrets and dependencies (documentation). Those notebooks can be opened locally with Jupyter Lab.example.naavrewf: the workflow in the NaaVRE graphical editor format. These files can be can visualize in the NaaVRE Open Lab. However, they can't be run directly. If you need to run them, first containerize the cells from the notebook (tutorial), then build a similar workflow with your own cells.example.argo.yaml: the workflow in the Argo Workflows format. You can run this on any Argo Workflows instance.