You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes content type for request/response intercept and adds doc links for writing intercept code.
Adds comments clarifying intercept client test coverage.
Augments human test for url rewrite and adds clear portion.
Adds test for response intercept.
Adds bootstrap script to download tools to test with.
Refactors human tests so browser session are cleaned up when tests fail and tests run with chromium.
Adds server start script for travis.
Changes .travis.yml to use provided scripts and also run headless chrome.
Updates .travis.yml not to skip all tests.
Updates .travis.yml not to skip all tests.
Removes all but Python 2.7 for testing purposes.
Removes redundant argument from .travis.yml.
Updates webdriver tests to use chrome with the proxy. (FF does not work with actual tests)
Updates tests to be functional tests. (uses proper assertions)
Removes redundant lines from the remote tests.
Reduces tests to human tests only for testing.
Fixes Chromium binary location setting.
Tweaks .travis.yml
Tweaking server start scripts.
Adding jdk version for proper functionality of Se server.
Sets oracle jdk8 as default.
Tweaks .travis.yml and bootstrap.sh
Adds Linux binaries.
Reverting to chrome stable for testing.
Adding dist spec for google-chrome-stable installation.
Adds chrome no sandbox option.
Now all tests can run on Travis.
0 commit comments