- node.js v6 or higher
- bin/
- command line interface and command line parsing code. bin/synthmanager.js is the entry point. yargs is used to do the command line parsing.
- lib/
- code that implements the command line functionality.
- test/
- tests. The tests use mocha, chai and testdouble.js.
- index.js
- library entrypoint that provides webdriver functionality for running tests locally.
gulp lint
gulp test
gulp
or
npm test