qase-tms / qase-cypress

Qase TMS Cypress Reporter
Apache License 2.0
9 stars 1 forks source link

Create a TestRun per execution instead of a TestRun per Spec. #7

Closed estefafdez closed 3 years ago

estefafdez commented 3 years ago

At the moment, if you run 20 specs, 20 TestRuns will be created on Qase, which is quite difficult to read.

It will be AMAZING to be able to have only one TestRun per test execution instead that for spec.

This is how this plugin does it for TestRail:

https://www.npmjs.com/package/cypress-testrail-accumulative-reporter

Thanks!

zeburek commented 3 years ago

Should be fixed after https://github.com/qase-tms/qase-cypress/commit/9cbaf2be070a7961d7581d29e6542fea083d036d

estefafdez commented 3 years ago

Great, thanks!!! :)