Skip to content

Commit

Permalink
Merge pull request MichaelCade#489 from oleg-nenashev/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCade authored Feb 11, 2024
2 parents 751b0c2 + 5bb5b9b commit aff55d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2024/day26.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ support for standard formats (Cobertura, JaCoCo, gcov, JUnit, etc.),
test parallelization, and GitHub Checks API.
We will also delve into increasing the integration test coverage with help of WireMock and Testcontainers.

![Jenkins and GitHub Checks](./Images/day21-1.png)
![Jenkins and GitHub Checks](./Images/day26-1.png)

## Resources

- Video: Coming Soon (January 21)
- [Video Recording](https://www.youtube.com/watch?v=ZBaQ71CI_lI)
- [Slides](https://speakerdeck.com/onenashev/advanced-code-coverage-with-jenkins-github-and-api-mocking/) (Premier - January 21)

## Full Abstract
Expand All @@ -22,7 +22,7 @@ In 2015-2018, I talked about how to use the Jenkins Pipeline and custom librarie
Coverage plugins were rather weak, and one needed some scripts and hacks to make it work, and to DIY for distributed testing. In 2021 the situation has changed significantly thanks to the Coverage and Checks API plugins.
Distributed integration testing also became easier thanks to better coverage collectors and integrations with API mocking tools. So, good time to be alive… and use Jenkins!

![Jenkins and GitHub Checks](./Images/day21-2.png)
![Jenkins and GitHub Checks](./Images/day26-2.png)

We will talk about how modern Jenkins allows you to improve and analyze code coverage.
We will talk about unit and integration testing with WireMock,
Expand All @@ -32,7 +32,7 @@ parallelization for heavy integration tests and API mocking, and integration wit
How can you analyze code coverage in Jenkins and when do you need to create your own libraries?
And what’s the fuzz about Testcontainers and WireMock for integration testing?

![Jenkins and GitHub Checks](./Images/day21-3.png)
![Jenkins and GitHub Checks](./Images/day26-3.png)

## References

Expand Down

0 comments on commit aff55d6

Please sign in to comment.