v0.10.0 (2019-03-02)
Implemented enhancements:
- Add
no\_proxy
support for PhantomJS #50 - Add option to use cucumber progress formatter #91 (Cruikshanks)
- Add option to control display failures #86 (Cruikshanks)
- Add support for additional parallel configuration #85 (Cruikshanks)
Fixed bugs:
- Fix error with parallel args for processes #87 (Cruikshanks)
Merged pull requests:
- Use cucumber --fast-fail to stop on error #90 (Cruikshanks)
- Move proxy configuration to its own class #89 (Cruikshanks)
- Correct stop_on_error example #88 (Cruikshanks)
v0.9.1 (2019-02-28)
Fixed bugs:
- Remove require for byebug in app code #84 (Cruikshanks)
v0.9.0 (2019-02-28)
Implemented enhancements:
- Add support for running tests in parallel #83 (Cruikshanks)
0.8.0 (2019-02-27)
Implemented enhancements:
- Add support for headless chrome and firefox #82 (Cruikshanks)
v0.7.1 (2019-02-27)
Fixed bugs:
- Update Selenium to use Options #81 (Cruikshanks)
v0.7.0 (2019-02-26)
Implemented enhancements:
- Update project dependencies #80 (Cruikshanks)
Fixed bugs:
- Fix broken gem exe config #79 (Cruikshanks)
Merged pull requests:
- Update spec config and structure #78 (Cruikshanks)
- Updates badges in README #77 (Cruikshanks)
- Update project to match latest CI conventions #76 (Cruikshanks)
- Update CHANGELOG for 0.5.0 release #74 (Cruikshanks)
v0.6.0 (2017-12-08)
Implemented enhancements:
- Add ability to update browserstack session status #72 (Cruikshanks)
Fixed bugs:
- Fix and update codeclimate and travis-ci config #73 (Cruikshanks)
- Add missing support for local testing key env var #71 (Cruikshanks)
Merged pull requests:
- Update CHANGELOG for 0.5.0 release #70 (Cruikshanks)
v0.5.0 (2017-12-06)
Implemented enhancements:
- Add support for browserstack local testing #69 (Cruikshanks)
Merged pull requests:
- Update CHANGELOG for 0.4.0 release #68 (Cruikshanks)
v0.4.0 (2017-12-04)
Implemented enhancements:
- More flexibility setting browserstack capabilities #67 (Cruikshanks)
Merged pull requests:
- [ci skip] Update CHANGELOG.md #66 (Cruikshanks)
v0.3.2 (2017-06-12)
Implemented enhancements:
- Enable ability to override driver settings #58
- Add option to override js_errors for phantomjs #65 (Cruikshanks)
Fixed bugs:
- Update version number (forgot during last change!) #62 (Cruikshanks)
Merged pull requests:
- [ci skip] Updating CHANGELOG.md #63 (Cruikshanks)
v0.3.1 (2017-06-12)
Implemented enhancements:
- Refactor some proxy logic to make code simpler #61 (Cruikshanks)
- Add ability to set user-agent to use #60 (Cruikshanks)
Merged pull requests:
- [ci skip] Updating CHANGELOG.md #56 (Cruikshanks)
v0.3.0 (2017-03-07)
Implemented enhancements:
- Add ability to pass in custom values via config #55 (Cruikshanks)
- Expose Capybara default_max_wait_time config value #53 (Cruikshanks)
Fixed bugs:
- Fix missing documentation for max_wait_time #54 (Cruikshanks)
v0.2.8 (2017-01-20)
Implemented enhancements:
- Add support 4 setting 'no proxy' arg. in drivers #49 (Cruikshanks)
Fixed bugs:
- Handling tests using javascript during headless testing #27
- Update EA references after org name change #52 (Cruikshanks)
Merged pull requests:
- [ci skip] Updating CHANGELOG.md #51 (Cruikshanks)
v0.2.7 (2016-12-13)
v0.2.6 (2016-11-29)
Implemented enhancements:
- Ability to specify a proxy for each driver #46
- Add support for proxy servers #47 (Cruikshanks)
Fixed bugs:
- focus label left against rspec tests stops all tests running #43
Merged pull requests:
- Update version for merge of proxy server support #48 (Cruikshanks)
- [ci skip] Updating CHANGELOG.md #45 (Cruikshanks)
v0.2.5 (2016-11-28)
Implemented enhancements:
- Don't use driver as an assumption of running on CI #41
Fixed bugs:
- Fix rspec focus label left in tests #44 (Cruikshanks)
v0.2.4 (2016-11-28)
Implemented enhancements:
- Change after_hook error to use config not assume #42 (Cruikshanks)
Fixed bugs:
- Launchy showing blank pages on error #39
v0.2.3 (2016-10-05)
Fixed bugs:
- Fix Quke not loading .config.yml correctly #37 (Cruikshanks)
Merged pull requests:
- Update CHANGELOG.md #36 (Cruikshanks)
v0.2.2 (2016-10-05)
Implemented enhancements:
- Add Github_changelog_generator support #34 (Cruikshanks)
- Add Rubygems version badge to README #33 (Cruikshanks)
Fixed bugs:
- Fix Cucumber not loading lib/features correctly #35 (Cruikshanks)
v0.2.1 (2016-10-05)
Fixed bugs:
- Remove bundler-audit from codeclimate config #32 (Cruikshanks)
v0.2.0 (2016-10-04)
Merged pull requests:
- Convert to gem #31 (Cruikshanks)
v0.1.0 (2016-08-01)
Implemented enhancements:
- save_and_open_page() outputs to project root #12
- Use Capybara's implicit wait system #9
- Running tests against different environments #8
- Add browserstack support #30 (Cruikshanks)
- Add dependencyci badge to README.md #29 (Cruikshanks)
- Add support for multiple config filespty message aborts the commit #26 (Cruikshanks)
- Move poltergeist driver options to Quke::Config #25 (Cruikshanks)
- Add support for a yaml (.yml) config file #24 (Cruikshanks)
- Add examples of CSS selectors to project #22 (Cruikshanks)
- Add explanation to demo pages on what tests show #21 (Cruikshanks)
- Integrate quke with codeclimate #19 (Cruikshanks)
- Integrate with Travis-CI #18 (Cruikshanks)
- Stop saving to root when save_and_open_page used #17 (Cruikshanks)
- Add example of interacting with radio-buttons #15 (Cruikshanks)
- Add embedded test website #14 (Cruikshanks)
- Enable Capybara implicit waits in Quke #13 (Cruikshanks)
- Make url endpoint to be tested configurable #11 (Cruikshanks)
- Expand readme with better documentation #7 (Cruikshanks)
- Add function to open page on fail #6 (Cruikshanks)
- Save custom quke args to global env vars #5 (Cruikshanks)
- Make use of hooks clearer in project #4 (Cruikshanks)
- Structure project 2 avoid conflicts with upstream #2 (Cruikshanks)
Fixed bugs:
- Clear up references to poltergeist and phantomjs #28 (Cruikshanks)
- Add missing @quke tag to css_selectors feature #23 (Cruikshanks)
- Replace title in README with new logo image #20 (Cruikshanks)
- Fix use of BROWSER instead of DRIVER in rake #3 (Cruikshanks)
- Rename env var BROWSER to DRIVER to fix Launchy #1 (Cruikshanks)
Merged pull requests:
- Tidy up of the code #16 (Cruikshanks)
* This Change Log was automatically generated by github_changelog_generator