JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 651379
  • Score
    100M100P100Q188005F
  • License MIT

WebDriver Proxy for testing rich clients. It block certain calls until Angular is done updating the page under test.

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 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