cucumber-wordpress
cucumber-wordpress copied to clipboard
Environment setup and step definitions for testing WordPress with Cucumber
Dear all, Still can't get cucumber to start: : cucumber You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the...
Just a small change to pass DB_NAME into the mysql instantiation. Thanks!
I have no idea why it takes so long to install it. It happens whether the gem is being downloaded from rubygems.org, or installed from a locally-made package. It's not...
I am trying to execute basic feature you've provided with your gem. I've experienced issues like: \* need to explicitly require 'fileutils', 'uri' \* need to specify dependency on 'mechanize'...