- #56 chore(deps): bump hosted-git-info from 2.7.1 to 2.8.9 (@dependabot[bot])
- #54 chore(deps): bump y18n from 3.2.1 to 3.2.2 (@dependabot[bot])
- #55 chore(deps): bump underscore from 1.9.2 to 1.13.1 (@dependabot[bot])
- #53 chore: change to main; update dependencies & drop Node 8 support (@aaarichter)
- chore(deps): bump dot-prop from 4.2.0 to 4.2.1 - @dependabot[bot] #52
1958aec
chore: bump dot-prop from 4.2.0 to 4.2.1
- chore(deps): bump ini from 1.3.5 to 1.3.7 - @dependabot[bot] #51
- chore(deps): bump bl from 4.0.2 to 4.0.3 - @dependabot[bot] #50
- chore(deps): bump lodash from 4.17.15 to 4.17.19 - @dependabot[bot] #49
- chore: update packages - @aaarichter #48
drop ES5-compatible syntax, requires Node v8.3.0+
See: fda604d
proxy.tunnel.host no longer supported
See: dff3578
- update deps, refactor, update JS, drop features - @dbushong #47
e7dc4c3
chore: update deps031b4ef
chore: npm audit fixba1153c
chore: npm audit fix --forcefda604d
refactor: pass lint2cbfe66
refactor: URL fixes and dump sync tests2a67316
fix: revert URL upgrades for now16702d7
test: fix tests for phantomdff3578
refactor: remove proxy.tunnel.host supportb7c936e
test: re-enable chrome tests4220c00
chore: update selenium-download version70c5eee
test: disable troublesome union mount test12d7e9d
refactor: add vendored, promisified subprocessb14a9d8
test: fix local test running3fc283a
chore: (re-)add copyright headers0b000e5
chore: upgrade chromedriver devDep7e031e0
refactor: use modern promisified setTimeout
This change will force existent clients to update their code to either explicitly use the sync driver or use the async API
See: 8749fde
- Pass remote debugging port for chrome - @anil-groupon #39
- chrome --no-sandbox when run as root - @dbushong #38
a1af370
fix: chrome --no-sandbox when run as root
- use chromedriver directly without jar - @dbushong #37
f5c9220
feat: use chromedriver directly without jar
- selenium invocation -debug argument - @dbushong #36
346055d
fix: selenium invocation -debug argument
- fix: properly invoke selenium.jar with -debug flag - @dbushong #35
76f1358
fix: properly invoke selenium.jar with -debug flag
- feat: use proxy.host for remote selenium grid - @dbushong #27
9bd6642
feat: use proxy.host for remote selenium grid
- fix: switch cleanly between driver types per-file - @dbushong #23
5087c11
fix: switch cleanly between driver types per-file
- Correct config setting for
selenium.timeout
- @dbushong #22c01fb8f
fix: correct config setting for selenium.timeout
- Initial URL is never the new page URL - @jkrems #20
aa1587e
fix: Initial URL is never the new page URL
- Use Groupon project template & nlm - @jkrems #21
- fix: Use existing app when started with
testium_launch=false
#18 - Port contributor info, add code of conduct - @jkrems #17
- Send headers to a page with hash segments - @jkrems #16
- Fix handling of urls hash segment - @jkrems #15
- Fix regression when using launch=false - @jkrems #13
- Restore page size when getting testium - @jkrems #14
- Prefer browser.quit for wd's sake #11
- Default proxy port to 4445 - @jkrems #12
- Add singleton logic from testium - @jkrems #10
- Support the testium_app=null variant
- Fix hanging build on node 0.10
- Add support for launching selenium #8
- Fix handling of external urls #7
- Fix new page url with options - @jkrems #6
- Fix missing testium cookies - @jkrems #5
- Use the newly released testium-cookie - @jkrems #4
- Fix .close() after switch to subprocess - @jkrems #3
- Initial release