Fix the Script Process #874
Labels
area: ctk
Changes in the CTK (Compliance Test Kit)
area: spec
Changes in the Specification
change: documentation
Improvements or additions to documentation. It won't impact a version change.
change: fix
Something isn't working. Impacts in a minor version change.
Milestone
What would you like to be added:
Fix the script process by:
js
(executed byNodeJS
) andpython
(executed byPython
) by default.language
should also specify the version (ex:js:22.2.0
,python:3
).arguments
property, of typestring[]
, used to pass arguments to the script to execute. Document that the arguments can contain runtime expressions.environment
can contain runtime expressions.Define script output proposal:
Why is this needed:
Allow proper execution of script processes.
The text was updated successfully, but these errors were encountered: