[playwright-qase-reporter] Feature Request: Real-Time Test Result Updates
complete
Adlet Rymbekov
Description:
Currently, the playwright-qase-reporter requires users to wait for all test runs to finish before seeing the results in Qase. This delay can impact productivity and make it challenging to monitor test progress in real-time. I'm requesting a feature that provides real-time updates of test results within Qase as tests are executed.
Use Cases:
QA teams need to monitor test progress in real-time during test execution.
Developers want immediate feedback on test failures to expedite the debugging process.
Benefits:
Improved visibility into test progress and results.
Faster identification and resolution of test failures.
Enhanced collaboration among team members during testing.
Manjunatha Reddy
complete
Manjunatha Reddy
Hi there!
The latest 2.x version of
qase-playwright
now sends test results in real time. The reporter processes results in batches and asynchronously, ensuring that your test run is continuously updated as tests execute in your CI pipeline.You can find the updated documentation here: - https://github.com/qase-tms/qase-javascript/tree/main/qase-playwright
E
EKATERINA
I support it as it is really necessary and will help our team a lot.
Vladyslav Mykytenko
It's really needed feature