Skip to content

Releases: elpete/integrated

2.2.0

01 Mar 20:10
Compare
Choose a tag to compare

New Features

  • New toBeInTable and notToBeInTable matchers available (#6)

Bugs Squashed

  • Redirects are now followed when making requests (#21)

2.1.0: Add `seeInCollection` method.

29 Feb 19:20
Compare
Choose a tag to compare

New Features

  • Add seeInCollection and dontSeeInCollection methods for ColdBox (#19)
  • Add debug events debugPage, debugEvent, debugCollection, and debugPrivateCollection. (#7)

Improvements

  • Refactor out an AbstractBaseSpec.cfc to allow for easier integration with other frameworks. (bbe6fe9)

2.0.0

17 Feb 23:06
Compare
Choose a tag to compare

Breaking Changes

The path to the BaseSpec is now at Integrated.BaseSpecs.ColdBoxBaseSpec. (73cd13a)
This change should help this package be more framework agnostic in the future.

New Features

  • Add in DocBox api docs (#16)

1.2.0

17 Feb 05:18
Compare
Choose a tag to compare

New Features

  • Added docblocks to BaseSpec.cfc (#2)

1.1.2

16 Feb 23:34
Compare
Choose a tag to compare

This release addresses a critical bug fix that prevented tests that extended Integrated.BaseSpec from loading.

Bugs Squashed

  • Tests do not run. "event already defined" (#12)

1.1.1

16 Feb 23:44
Compare
Choose a tag to compare

Bugs Squashed

  • Inputs without values aren't selected with seeInField (#9)
  • Options without a value attribute return blank (#8)
  • select() does not constrain options to the given select element (#5)