How to add Junit library in Eclipse to use with Selenium WebDriver?

How to add Junit library in Eclipse to use with Selenium WebDriver?

Hi Brett,

To add JUnit library in Eclipse to use it with Selenium, you can perform these steps:

  1. Right click on Java project → Build Path → Configure Build path

  2. Click Libraries → Add Library → Click on Junit. Select Junit5 → Finish Click Apply and Close.