lotte v0.2.3
Options: --help, -h give this help page --version, -v print program version --concurrent, -c limit of files to run in parallel default: 4 --timeout, -t timeout for individual files (in milliseconds) default: 30000 --include, -I glob pattern to match files in PATH string --exclude, -E glob pattern to remove included files string --lottefile, -f look for 'lottefile' in PATH string --verify verify PhantomJS version (expected ~1.3.0) boolean --phantom executable for PhantomJS string --coffee executable for CofeeScript string
@open '/', 'the homepage', -> # ...body of test...
@open '/', 'the homepage', -> @describe 'counter shows number of repositories', -> # ...assertion logic... @group 'Sign Up button', -> @describe 'is in place', -> # ...assertion logic... @describe 'takes you to /plans', -> # ...assertion logic...