We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Today, in "commands", it is necessary to indicate a 'get_value' if you set a "getter", otherwise I get the warning:
tests: - name: "${name} - test 1 - pass" commands: # test mode - name: "${name} - set test mode" setter: "${P}GenTestModeCmd" getter: "${P}GenTestModeRb" set_value: "test" get_value: "test"
I would like that wetest use the set_value if no get_value is provided:
tests: - name: "${name} - test 1 - pass" commands: # test mode - name: "${name} - set test mode" setter: "${P}GenTestModeCmd" getter: "${P}GenTestModeRb" set_value: "test"
The text was updated successfully, but these errors were encountered:
I was going to create this issue again 😄
Sorry, something went wrong.
gohierf
No branches or pull requests
Today, in "commands", it is necessary to indicate a 'get_value' if you set a "getter", otherwise I get the warning:
I would like that wetest use the set_value if no get_value is provided:
The text was updated successfully, but these errors were encountered: