fizzbuzz-selenium

This is a QA engineering example. Please perform the following steps:

  1. Fork this repository
  2. Create a new branch
  3. Implement a simple interaction test with Selenium against espn.go.com.
  4. Your test should navigate to NFL > Scores link, click on it, and validate the browser is now on a page titled "NFL Scoreboard".
  5. Create a pull request and include instructions in the summary on how to run the test and replicate your results.
  6. Setup your fork for continuous integration using https://travis-ci.org/ and then update this README so it includes the Travis build status image.