Package Exports
- blocking-proxy
- blocking-proxy/built/lib/bin.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (blocking-proxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Blocking Proxy 
TODO
- API commands
- Set stability function and args
- simplify running e2e tests
- set up travis
- Timeout behavior
- proper propagation of errors
- Logging level or log to file
Protractor needs to be able to start this in a separate process - it should work with all the existing methods of starting up webdriver.
Should pass up errors in a reasonable way.
Running e2e tests
Start webdriver
webdriver-manager update
webdriver-manager start
in another terminal, start the testapp
npm run testapp
Start the proxy with
npm start
in yet another terminal, run the tests
npm run test:e2e