A testcase that has id has exported its artifacts. We could introduce a new field type that can take the output of the render command of that testcase and reuse it in another one. A minimal check that the inputs are identical is needed though.
A more difficult to implement solution would be to go through all the testcases and identify any that have identical inputs, and automatically cache/reuse their render and validate outputs
A testcase that has
idhas exported its artifacts. We could introduce a new field type that can take the output of the render command of that testcase and reuse it in another one. A minimal check that the inputs are identical is needed though.A more difficult to implement solution would be to go through all the testcases and identify any that have identical inputs, and automatically cache/reuse their render and validate outputs