# Feature tests

Simple HTML page and JS test suite that can be used to verify SDK functionality.

Some participation required, for example to scan codes.


## Usage

1. Download a copy of `jsQR.js` to `lib/jsQR.js`:
   ```
   mkdir -p lib

   curl https://raw.githubusercontent.com/cozmo/jsQR/master/dist/jsQR.js > lib/jsQR.js
   ```

1. Open `index.html` with a local dev server from the project root directory.
2. Set `operator` query parameter to use an Operator scope.
3. Complete the tests, participating as instructed.
