- Java
- Setting up
JAVA_HOME
tutorial link
- Setting up
- Intellij Community Edition
- Google Chrome
- ChromeDriver - might need to download the latest drivers if the ones provided on the project get out of date.
- Clone/Download this project
- Intellij
- File > Open
- Navigate to this project
- Double click on the
build.gradle
- Click on
Open as project
- Click on
Delete existing project and import
(if prompted)
- Intellij
test > java > com.willowtreeapps > WebTest
- Right click on any method tagged with
@Test
- Click on
Run 'test_...()