/automated-tests-in-java-with-fluent-interface-using-webdriver-selenium

Demo code for my Pluralsight course: Automated Tests in Java with Fluent Interface Using WebDriver Selenium

Primary LanguageHTML

Demo code for my Pluralsight course: Automated Tests in Java with Fluent Interface Using WebDriver Selenium
You can find all my courses under: https://app.pluralsight.com/profile/author/andrejs-doronins

Setup:

Windows users:

Once you have have cloned the repository, you need to simply take the entire website directory and copy it to the root of your C:\ drive. This is because the code in BaseTestClass attempts to: driver.get("file:///C:/website/HomePage.html");

Of course, you can change the path in code.

Linux and MacOS users:

I trust you can change the above line to point to wherever you place the website directory on your file system.