Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.86 KB

CHANGELOG.md

File metadata and controls

66 lines (41 loc) · 1.86 KB

15 Feb 2012

Merged pull request mattheworiordan#14 to limit when capybara-screenshot is fired for RSpec

30 Jan 2012

Merged pull request from https://github.com/hlascelles to support Padrino

15 Jan 2012

Removed unnecessary and annoying warning that a screen shot cannot be taken. This message was being shown when RSpec tests were run that did not even invoke Capybara

13 Jan 2012

Updated documentation to reflect support for more frameworks, mattheworiordan#9

3 Jan 2012

Removed Cucumber dependency mattheworiordan#7 Allowed PNG save path to be configured using capybara.save_and_open_page_path

3 December 2011

More robust handling of Minitest for users who have it installed as a dependency mattheworiordan#5

2 December 2011

Fixed bug related to teardown hook not being available in Minitest for some reason (possibly version issues). mattheworiordan#5

24 November 2011

Added support for:

  • More platforms (Poltergeist)
  • Removed Rails dependencies (bug)
  • Added screenshot capability for Selenium
  • Added support for embed for HTML reports

Thanks to https://github.com/rb2k for 2 great commits

16 November 2011

Added support for Minitest using teardown hooks

16 November 2011

Added support for RSpec by adding a RSpec configuration after hook and checking if Capybara is being used.

15 November 2011

Ensured that tests run other than Cucumber won't fail. Prior to this Cucumber was required.