You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Slides](https://speakerdeck.com/onenashev/advanced-code-coverage-with-jenkins-github-and-api-mocking/) (Premier - January 21)
18
18
19
19
## Full Abstract
@@ -22,7 +22,7 @@ In 2015-2018, I talked about how to use the Jenkins Pipeline and custom librarie
22
22
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.
23
23
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!
24
24
25
-

25
+

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

35
+

0 commit comments