Source : JUnit 5, Eclipse 4.8 , Selenium
I can write up and execute Selenium script without any special test framework but I wanted to use Junit 5 (because we have depe
I had both @Test and @ParameterizedTest annotating the same method. I removed the former.
@Test
@ParameterizedTest