boxblinkracer / cypress-testrail

A decoupled TestRail integration for your Cypress project to easily send results to TestRail
MIT License
32 stars 24 forks source link

How to auto mark `.skip` cases in testrail reports? #31

Closed praveen-nj closed 1 year ago

praveen-nj commented 1 year ago

Right the cases that are skipped on purpose are not being reported at all to testrail.

  1. Is there a reason for that?
  2. Would it be possible to mark them as well?
boxblinkracer commented 1 year ago

hi there

you mean if a cypress test has the ".skip" option added?

didnt think about that, i will try to figure out if its possible and maybe set it to "blocked" in testrail

did i understand you correctly?

praveen-nj commented 1 year ago

Hi,

Yes, you got it right. Instead of maybe try skip (which I believe is one of the default statuses)

And, thank you.

boxblinkracer commented 1 year ago

ok perfect

...yeah i need to look it up (one day i also need to add a custom mapping configuration for a status) ill add it to the roadmap for the next dev-session :)

great idea, thanks for this

praveen-nj commented 1 year ago

Awesome, thanks.

boxblinkracer commented 1 year ago

alright added in main branch not yet completely tested, will do QA phase before release but you could try it if you want

boxblinkracer commented 1 year ago

released in v2.8.0 :)