LedgerHQ / ledger-vscode-extension

A VS Code extension providing tools to accelerate development of apps for Ledger wallets.
Apache License 2.0
6 stars 3 forks source link

Add feature to allow execution of single functional test #48

Open agrojean-ledger opened 2 months ago

agrojean-ledger commented 2 months ago

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 ?)

tdejoigny-ledger commented 1 month ago

applicable for all run tests actions + generate golden snapshots

tdejoigny-ledger commented 1 month ago

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)

Wdyt @agrojean-ledger ? is it feasible in term of UI ?

cc: @cedelavergne-ledger