iriusrisk / bdd-security

BDD Automated Security Tests for Web Applications
http://www.continuumsecurity.net/bdd-intro.html
GNU Affero General Public License v3.0
559 stars 178 forks source link

Is there dependies should i install to with bdd-security #44

Closed wassilaahamila closed 8 years ago

wassilaahamila commented 8 years ago

i installed bdd-security and try to configure it to work with my php web application, but there was a lot of errors when BUILD , such as selenium (import org.openqa.selenium.WebElement; and so many ones ..) jbehave (import org.jbehave.core.annotations.*; ...) , htmlunit with selenium ... what shall i do ?

iriusrisk commented 8 years ago

Just after installation you should run: ant resolve To download the dependencies.

wassilaahamila commented 8 years ago

thank's