Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 638 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 638 Bytes

ocular-drift

Automated visual testing, work in progress, this version is command line, next release will be a service

  Usage: ocular-drift [options]

  Options:

    -h, --help               output usage information
    -V, --version            output the version number
    -b, --build <build>      browser stack build id
    -s, --session <session>  browser stack session id
    -o, --output <output>    output dir

  Credentials:
    To supply crendentials for Browser stack you must export two environment variables
      $ export BROWSERSTACK_TOKEN=<your token>
      $ export BROWSERSTACK_USER=<your user>