lttng / lttng-scope

A trace viewer and analyzer for LTTng kernel and user space traces
https://lttng.org/beta/#lttng-scope
Eclipse Public License 1.0
28 stars 6 forks source link

Investigate using a UI testing framework #45

Open ghost opened 6 years ago

ghost commented 6 years ago

Investing the use of a UI testing framework, such as TestFX. The current homemade solution (which was adapted from a SWT-specific homemade solution...) is not reliable, and some tests are currently disabled because of their flakiness.

The existing UI tests should be converted to the new framework, and then we can continue adding new ones.