amber icon indicating copy to clipboard operation
amber copied to clipboard

Add public API for building Script objects.

Open dj2 opened this issue 5 years ago • 2 comments

There have been requests to be able to generate scripts on the fly without writting AmberScript. We should investigate adding something like a ScriptBuilder API into the public API of Amber which lets folks create scripts programatically.

This would depend on #524 so a text script could be generated on failure.

dj2 avatar Oct 02 '19 19:10 dj2

@alan-baker @jeffbolznv does this capture the desired functionality?

dj2 avatar Oct 02 '19 19:10 dj2

Right, I'd like to be able to generate an Amber script dynamically inside Vulkan CTS so we can use Amber to execute a bunch of test variants, rather than the one-script-per-file approach that CTS is currently using.

jeffbolznv avatar Oct 02 '19 19:10 jeffbolznv