A Guide to Conditional Tests Execution Using JUnit 5
In a real-world scenario, when testing a system, there are some instances in which a test should only be executed under a specific environment. Integration tests that rely on a third-party system such as Operating System are one example. If that system goes down, we’ll omit the tests that need it to avoid build failure.…
Read More A Guide to Conditional Tests Execution Using JUnit 5