Using the data from the Playwright run, Qase should automatically mark the status for flaky test results as flaky. Since the 'Flaky' status is already available from Playwright (a test is categorized as flaky if it failed on the first run, but passed when retried), it would be great to see this carried forward in Qase. Manually marking test cases as flaky is cumbersome, and ideally it would be better to mark it flaky at the run level. It would also be amazing to see a 'Flaky tests' dashboard widget, that lists the flaky test cases in the past x days (similar to the 'Flaky test cases count' dashboard, but instead of count, list the test names)