Configure Environment Variables in JUnit Tests
In this article, we'll write a JUnit Test configured with Environment Variables using junit-pioneer library.
First of all, we need to add the junit-pioneer library and maven-surefire-plugin to the Maven pom.xml.
<project>
<properties>
<p...
blog.adafycheng.dev1 min read