Is your feature request related to a problem? Please describe.
I try to implement an automated test which should wait until a specific notification is received. I don't know how many notifications I will receive, that depends only on the content of the notification.
Describe the solution you'd like
I want to be able to use something like wait-for-notification in automated tests as described here: #131
Describe alternatives you've considered
I tried to use regex within sleep-until but within their attribute value="BYTES"|value-string="TEXT" a regex is not working. Unfortunately, I can't put the assert-value within the sleep-until tag.
Additional context
Maybe it is already working with a different combination of tags. If so, please let me know :)
Is your feature request related to a problem? Please describe.
I try to implement an automated test which should wait until a specific notification is received. I don't know how many notifications I will receive, that depends only on the content of the notification.
Describe the solution you'd like
I want to be able to use something like
wait-for-notificationin automated tests as described here: #131Describe alternatives you've considered
I tried to use regex within
sleep-untilbut within their attributevalue="BYTES"|value-string="TEXT"a regex is not working. Unfortunately, I can't put theassert-valuewithin thesleep-untiltag.Additional context
Maybe it is already working with a different combination of tags. If so, please let me know :)