Skip to content

wait-for-notification for automated tests #242

Description

@clemitdev

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 :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions