Problem is to have a smarter way to organize tests. Goal is to be able to create test plan and run end to end tests across apps. Example regression test front end, api, backend, third party integration, email etc. Currently the whole application is grouped by project. Which is good for single responsibility and management. However there are cases where we need to test the whole app or platform. Not sure how to do this. A work around I was thinking of is to create another project and export and import test suites from other projects. Another problem is when the company has different products. So we have to have a company level down to test case hierarchy.