Tags: Polymer/koa-karma-proxy
Tags
Updated version to 1.0.0-pre.5, package-lock.json and CHANGELOG.md
Version 1.0.0-pre.1 (#2) * WIP commit. Totes doesnt work because I have a variable being returned before it is assigned in the start function. * Now koa-karma-proxy promises the servers and their ports. * Updated the CLI. Next job is to add argument flags/options. * WIP commit trying to get karma tests to actually run with the koa-karma-proxy-cli... something isn't picking up. * Upgraded koa-proxy to the one that doesn't include a .git/index file. * WIP got the CLI working as desired with a --proxyFile argument too. * Make the test scripts better. * WIP added license header to files and .clang-format file. * Add .travis.yml * Renamed koa-karma-proxy.ts to karma-proxy.ts and koa-karma-proxy-cli.ts to cli.ts etc. * Added a random factor to exponential back-off to avoid port binding races on parallel test runs. * Renamed upsFactor to upstreamProxyServerFactory * Refining and tightening up the port stuff and layout of the start function. * Got the middleware working again. Phew. * Add some documentation to karma.proxy.js * Updated README to show --proxyFile and also how to await ports from the start method. * Added comments for public stuff. * WIP