Note: In Test Suite repo page, we have the following views
Nested tree -
view=1
Folders -
view=2
Mind map -
view=3
Use Case:
  • I want to share a test suite link to my team members focused on a specific feature to easily show them test cases for this specific feature. This includes sharing the link to both regular Qase users and Read-Only users.
  • When I share a test suite link like
    https://app.qase.io/project/PROJX?suite=123&view=2
    , team members who clicked this link may not be able to easily view the specific test cases I shared if their current UI view setting is not the same with the view setting in the URL.
Pain point:
  • UI view setting gets priority, even if view setting is specified in the URL.
Desired Behavior:
  • If view setting is specified in the URL, use this view setting.
  • If view setting is not specified in the URL, use UI view setting.