testgen icon indicating copy to clipboard operation
testgen copied to clipboard

Generate to create things used by testers

Results 6 testgen issues
Sort by recently updated
recently updated
newest added

- Added install instructions - Linked gems/libraries mentioned to their web pages - Created tree diagrams for the project structures output by the gem

Hey Cheezy. I always manually add the FigNewton gem and create the config/environments folders at every client when starting a new cucumber implementation. I'm hoping you will approve of the...

Hi I used Testgen to create my skeleton files but I seem to be having a problem with the hook file. File is: require 'watir' Before do @browser = Watir::Browser.new...

This commit removes a reference to the --pageobject-driver option, which is no longer supported.

Should the `--with-lib` option auto-generate an empty screen object for you? Otherwise, you get an error on the `require_all 'lib'` call because there are no files in the directory.

When generating a project with `testgen project --with-mohawk`, when I execute the `rake` task it fails because of the `win32screenshot` require. ``` C:/Ruby193/bin/ruby -S bundle exec cucumber --profile default cannot...