Name
Last commit
Last update
..
.idea work yui
built/lib work yui
node_modules/minimist work yui
.clang-format work yui
.nvmrc work yui
LICENSE work yui
README.md work yui
circle.yml work yui
gulpfile.js work yui
package.json work yui
tsconfig.json work yui
tslint.json work yui

Blocking Proxy Build Status

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