[API reporters] Add an option to define a configuration value in Qase API reporters.
complete
Manjunatha Reddy
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.
Ilya Volkov
complete
Hi everyone!
The options to define run configurations have been added to JS Playwright reporter, can be used as shown on the screenshot.
Further details can be found here: https://github.com/qase-tms/qase-javascript/tree/main/qase-javascript-commons#configuration
Happy testing!
Manjunatha Reddy
in progress