test-fullautomation / robotframework

Generic automation framework for acceptance testing and RPA
http://robotframework.org
Apache License 2.0
1 stars 0 forks source link

threading: "wait thread notification": contribution checker concept required #48

Closed test-fullautomation closed 6 days ago

test-fullautomation commented 1 year ago

Current wait thread notification implementation allows to take notifications from the queue only based on the notification name.

It need to be possible to take the payload as additional criteria. TML contribution checker concept allows using payloads as criteria.

test-fullautomation commented 7 months ago

to be tested with new selftest. If successful, then close

milanac030988 commented 2 months ago

writing selftest

test-fullautomation commented 2 months ago

very good. I wait for the selftest extension.

test-fullautomation commented 1 week ago

Hi @milanac030988 , what is the status of this issue? Thank you, Thomas

milanac030988 commented 1 week ago

Hello Thomas,

It was fixed by https://github.com/test-fullautomation/robotframework/pull/75 and merged.

Thanks, Cuong