Test ScriptsDebugging
Debugging
Debugging test scripts
Web Interface
The easiest way to debug Test Scripts is to use the Cuica web interface. There, Test Script code is continuously checked for syntax errors and the bytecode size is calculated. The scripts may be run on demand there and the output and results examined.
REST API
Client applications such as IDE plugins or scripts can also be used to send candidate scripts to the Cuica and execute them via the REST API. Consult the Fixture section of the OpenAPI spec and specifically the fixtureRunAdHocTestScript endpoint for details on interacting with the fixture, including endpoints for executing Test Scripts.
Next