Sha256: 12c2e4b8bc27d72e0c03fcdc2e153b0b50e8a7b3c7e8763d0da5d41871a07fa8
Contents?: true
Size: 584 Bytes
Versions: 9
Compression:
Stored size: 584 Bytes
Contents
# TestGen A gem that contains generators that create things testers need. Currently it only generates a cucumber project. You can do this by executing: testgen project <project_name> This command will create a project in the <em>project_name</em> directory with the files needed to begin developing cucumber features. If you are using the PageObject gem you can also provide an option to setup your project accordingly. testgen project <project_name> --pageobject-driver=watir Valid options for the <em>--pageobject-driver</em> option are 'watir' or 'selenium'
Version data entries
9 entries across 9 versions & 1 rubygems