Welcome to my repository for testing the Hacker News website using BDD techniques! In order to have the repo functioning for yourself and to view the testing in action, you must do the following:
- Download your own Web Browser Driver (I used Chrome in my code, and the driver was downloaded from here). You may need to research which driver is appropriate for your own browser of choice.
- Put your desired driver of choice into here (not inside the features directory, but inside the resources directory).
- Navigate to here and make sure to change the line "System.setProperty(...);" and the "driver = new ChromeDriver();" line to match up with your own driver of choice.
- Finally, navigate to here and run tests from the feature files! New tests can also be created to populate more possibilities for testing the site. The currently available tests are a demonstration of how the testing looks and is run by the user.