@olemis commented on Apr 14
Feature description
Assertions for emulator screen data
Is your feature request related to a problem? Please describe.
During a test run it's not possible to assert that screen is rendering certain information at a given moment in time.
Describe the solution you'd like
Instrument tests to write assertions over screen data
Describe alternatives you've considered
This feature can be implemented by rendering emulator window in a bitmap and extracting the bits using image processing techniques . This might be more accurate , but is a bit more (and unnecessarily) complicated approach .
Additional context
Noticed while trying to write tests for #169 in #172 .
Possible implementation
A preliminary roasmap to get this done is as follows
@olemis commented on Apr 14
Feature description
Assertions for emulator screen data
Is your feature request related to a problem? Please describe.
During a test run it's not possible to assert that screen is rendering certain information at a given moment in time.
Describe the solution you'd like
Instrument tests to write assertions over screen data
Describe alternatives you've considered
This feature can be implemented by rendering emulator window in a bitmap and extracting the bits using image processing techniques . This might be more accurate , but is a bit more (and unnecessarily) complicated approach .
Additional context
Noticed while trying to write tests for #169 in #172 .
Possible implementation
A preliminary roasmap to get this done is as follows