mickyJNST

Results 5 comments of mickyJNST

Sure thing @BeyondEvil - here you go: os: macOS BigSur python: 3.9.6 pytest: 6.2.2 One thing I noticed after revisiting this topic to write this response is that I had...

Hey @BeyondEvil - I am still running into the same issue. I created [this simple example](https://github.com/mickyJNST/simple-selenium-example) that demonstrates the problem. I granted you access and the README hopefully has enough...

> As a workaround, you can create necessary test run directly and then run pytest with option `--tr-run-id XXXXX` Yeah - tried this but ran into other issues (as described...

Thanks for the explanation @voloxastik. Unfortunately your proposed solution doesn't fit with how we have our workflow set up as we're trying to do everything via the testrail.cfg file...and we...

@voloxastik I want to associate the test run with Jira tickets. This is supported by the TestRail API via the `refs` parameter. Hopefully this clarifies what I am getting at:...