Michael Herman
Michael Herman
Any updates on this one, @dan-cooke?
I should have some time to review over the weekend.
I have mochawesome working here -> https://github.com/testdrivenio/cypress-mochawesome-s3 Essentially- 1. cypress runs 2. each spec generates a new report 3. a custom script combines each mochawesome json file and calculates the...
what job? @izydorekjakub
@stephenchan9 - Yes, this has been fixed.
Thanks for this. Yes, please do add a PR. I'll then up the related blog tutorial.
Yes, check out the [Test-Driven Development with FastAPI and Docker](https://testdriven.io/courses/tdd-fastapi/) course. You can see the code here: https://github.com/testdrivenio/fastapi-tdd-docker
Thanks. Since the project is tied to a tutorial -- https://testdriven.io/blog/fastapi-sqlmodel/ -- the code and tutorial need to be updated at the same time. I should have some time later...
Looks like it's on the configuration page: https://pytest-cov.readthedocs.io/en/latest/config.html#reference I agree that it would be nice to have a small section about it on the reporting page. Something like: The `--cov-branch`...