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
Annotating test class with @ExtendWith(MockitoExtension.class) worked for me