You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
In #12041 we added integration for running the node render-test suite on Android. Atm we will run the full test suite on a device, pull resulting images from device and run pixelmatch to compare expected.png with actual.png resulting in a diff.png and error percentage:
It will produce a folder structure with the images as follows:
Above setup is not ideal to look into render test faillures, some ideas to improve this:
generate a web page conform to what node produces
show clickable file links in the terminal output
show percentage of tests failed, amount of tests executed at end of run
In #12041 we added integration for running the node render-test suite on Android. Atm we will run the full test suite on a device, pull resulting images from device and run pixelmatch to compare expected.png with actual.png resulting in a diff.png and error percentage:
It will produce a folder structure with the images as follows:
Above setup is not ideal to look into render test faillures, some ideas to improve this:
cc @LukasPaczos
The text was updated successfully, but these errors were encountered: