Skip to content
This repository has been archived by the owner on Jan 8, 2023. It is now read-only.

Explore button + ability to run individual tests #122

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

khaledmousa
Copy link

@khaledmousa khaledmousa commented Apr 20, 2022

This change addresses #29, #14, and #46

An "Explore" button is added to the Summary View. This opens a list of tests grouped by class (my initial intention was to have a dropdown which will allow grouping by Category, Class, Assembly, etc., but I am not sure I'll have the time to include this). Double-tapping a test will run it and show the results in the Summary page.

New ViewModels:

  • TestExplorerViewModel - this is the main viewmodel bound to the test explorer view
  • TestDescriptionViewModel - view model representing a single test case
  • GroupedTestsViewModel - view model representing a set of test cases in the same group

New Views:

  • TestExplorerView - test explorer view

Screenshots:

  1. Updated summary view
    image

  2. Explore view
    image

- introduce new TestExplorerView
- introduce associated ViewModels
- added button to Summary View to open the Test Explorer
@dnfadmin
Copy link

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

❌ khaledmousa sign now
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants