Skip to content

Latest commit

 

History

History
147 lines (101 loc) · 6.13 KB

CHANGELOG.md

File metadata and controls

147 lines (101 loc) · 6.13 KB

1.8.1

  • chrome --no-sandbox when run as root - @dbushong #38
    • a1af370 fix: chrome --no-sandbox when run as root

1.8.0

  • use chromedriver directly without jar - @dbushong #37
    • f5c9220 feat: use chromedriver directly without jar

1.7.3

  • selenium invocation -debug argument - @dbushong #36
    • 346055d fix: selenium invocation -debug argument

1.7.2

  • fix: properly invoke selenium.jar with -debug flag - @dbushong #35
    • 76f1358 fix: properly invoke selenium.jar with -debug flag

1.7.1

  • fix: fail quickly on aborted client request - @dbushong #33
    • ce08240 fix: fail quickly on aborted client request
    • 1c370c4 chore: test on node 4 & 6, fix java
    • bbfd324 fix: make selenium standalone args 3.x compat

1.7.0

  • feat: tunnel: checks ~/.ssh for keys if no agent - @dbushong #30
    • f345b0d feat: tunnel: checks ~/.ssh for keys if no agent
    • 7957cd8 test: use & verify dynamic ports for proxy testing

1.6.0

1.5.0

  • feat: use proxy.host for remote selenium grid - @dbushong #27
    • 9bd6642 feat: use proxy.host for remote selenium grid

1.4.8

  • fix: switch cleanly between driver types per-file - @dbushong #23
    • 5087c11 fix: switch cleanly between driver types per-file

1.4.7

  • Correct config setting for selenium.timeout - @dbushong #22
    • c01fb8f fix: correct config setting for selenium.timeout

1.4.6

  • 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
    • d79ed1b chore: Use Groupon project template & nlm
    • d69df68 chore: Use latest lodash & bluebird

1.4.5

  • fix: Use existing app when started with testium_launch=false testiumjs#18
  • Port contributor info, add code of conduct - @jkrems testiumjs#17

1.4.4

  • Send headers to a page with hash segments - @jkrems testiumjs#16

1.4.3

1.4.2

  • Fix regression when using launch=false - @jkrems testiumjs#13

1.4.1

  • Restore page size when getting testium - @jkrems testiumjs#14

1.4.0

1.3.1

1.3.0

1.2.0

  • Support the testium_app=null variant
  • Fix hanging build on node 0.10
  • Add support for launching selenium testiumjs#8

1.1.3

1.1.2

1.1.1

1.1.0

  • Use the newly released testium-cookie - @jkrems testiumjs#4
  • Fix .close() after switch to subprocess - @jkrems testiumjs#3

1.0.0

  • Initial release