Replies: 1 comment 2 replies
-
I'm not sure that I understand fully the ask here. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
As far as I understand, Maestro currently lacks a comprehensive variable system with templating capabilities for handling dynamic content in tests.
Feature Request: Implement a dynamic variable system
What about using something similar to Jinja2 templates?
With this approach, we could define dynamic variables, use conditional expressions, perform basic operations and calculations between variables, and validate results.
Or is it intended to use JavaScript blocks for this kind of functionality?
Simple example:
In a ToDo App, I would like to add a new ToDo to a list and check in a Maestro test if the count of unfinished ToDos sums up correctly.
My real-world app is much more complex, but I think you get the point.
Thanks and best regards, Lars
Beta Was this translation helpful? Give feedback.
All reactions