dequelabs / axe-webdriverjs

Provides a chainable axe API for Selenium's WebDriverJS and automatically injects into all frames.
Mozilla Public License 2.0
130 stars 46 forks source link

Enable travis-ci #25

Closed marcysutton closed 7 years ago

marcysutton commented 7 years ago

I had trouble with the drivers at first but Firefox seems to be working now. Travis is still failing for some reason though.

I had the same before_all and after_all timeout errors when I ran the tests against Selenium 2.53.2 locally, but when I reinstalled Selenium 3 they worked again. I verified Selenium 3 was installed on Travis, so I'm not sure what the problem is.

marcysutton commented 7 years ago

Woo! This is finally passing.