Scenario: I’m running an end-to-end (E2E) test with Playwright configured as follows:
• Browser: Chrome
• Theme: Dark mode
• App Version: Android
Currently, there is no option to set these configuration parameters directly in the reporter options. As a result, users must manually edit these settings through the UI after the test run.
Suggestion: Implement a feature that allows users to start a test run with predefined configuration options. If these configurations do not already exist, the system should automatically create them and link them to the test run.