Skip to content

juliemr/blocking-proxy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Proxy for WebDriver tests that waits for Angular application stability.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 40.3%
  • JavaScript 31.3%
  • HTML 24.7%
  • CSS 3.3%
  • Shell 0.4%