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
The feature should maybe use Pytest's --collect-only option to detect all available tests and populate a list from which the user can pick one or several tests (which check boxes ?)
The text was updated successfully, but these errors were encountered:
to generalize, we could even merge the test actions with for example:
click on run test
and then we have these choices
test name/all tests ----- display (true/false) ----- on device (true/false) ----golden snapshots (true/false)
The feature should maybe use Pytest's
--collect-only
option to detect all available tests and populate a list from which the user can pick one or several tests (which check boxes ?)The text was updated successfully, but these errors were encountered: