Using integer value from JavaScript outputs
results in a deserialization error
#1788
Labels
bug
Something isn't working
js
Related to JavaScript support
maestro cli
Related to the command-line Maestro tool
P2
Important and valid issues not at the top of the work list
Describe the bug
When passing paramaters, outputs are passed as strings so this does not make possible to use speed and timeout values as parametric in scrollUntilVisible command.
To Reproduce
I would like to pass speed and timeout value for scrollUntilVisible command from a .js file called "contants.js".
maestro test ...
Expected behavior
I need to pass
int
values as parameter.Workspace (if applicable)
.maestro/test.yaml
.maestro/constants.js
The text was updated successfully, but these errors were encountered: