Skip to content

Releases: EmbedITCZ/jbehave-support

1.0.8

31 Jul 19:50
Compare
Choose a tag to compare

#141 #145 #119 Documentation improvements
#147 Updated dependencies to latest versions
#150 Support for changing browser mid story
#144 Verifier resolver now supports defaulting for empty verifier name + Verifier names are now in public constants
#136 Switched to constructor injection in most components

1.0.7

04 Jul 12:50
Compare
Choose a tag to compare

#128 Changed JAXB implementation to Moxy (readded java 8 date type support)
#127 Added FORCE_CLICK web action
#127 Added steps for working with browser tabs and frames
#130 Added check for duplicate UI mappings
#133 Updated Spring to latest version
#92 Added success handlers for REST steps
#134 Added REGEX_FIND verifier
#134 Added verification step for comparing two arbitrary columns

1.0.6

05 Jun 11:27
Compare
Choose a tag to compare

#125 #110 #124 3rd party dependency updates
#98 fixed problem with webdriver starting for all failed tests (instead of just web related ones)
#96 fixed issue with user defined types in WS request factory
#104 fixed potential issue with sql result validation
#93 random date and datetime now accepts optional parameters defining range
#109 #117 #118 documentation updates
#111 equals and not equals verifiers now support arrays
#116 fixed NPE when SQL Reporter is not present
#94 default internal components are now conditional
#113 web wait conditions now support expressions
#107 introduced java 11 compatibility
#101 enhanced/fixed jaxb element support

1.0.5

27 Mar 12:12
Compare
Choose a tag to compare

#77 Introduced SQL reporting
#89 Changed Webdriver to use proxy
#85 Allowed usage of custom By in yaml mappings

1.0.4

20 Feb 19:28
Compare
Choose a tag to compare

#67 Added option to escape special ' character
#68 Commands should now correctly receive correct original input without any additional escaping
#28 Added commands for datetime
#63 Web timeout should now also affect page load and script execution timeout
#79 #76 #74 Updated several third party dependencies

1.0.3

24 Jan 19:26
Compare
Choose a tag to compare

#66 Fixed potential issue with SSH log not downloading
#58 Fixed project version number not showing up in report footer
#34 Copy to clipboard button is now available in reports
#35 SSH log copying should now work even on systems without systemd

1.0.2

09 Jan 10:55
Compare
Choose a tag to compare

#54 Libraries upgrade
#51 Changed SQL exception behavior to throw exceptions immediately unless requested by special step
#50 Fixed potential NPE in ws reporter if soap header is not present
#47 Enable multiple parameters evaluation for webDriver
#44 Issue with has text condition
#34 Create copy button for req/resp in reporter both REST and SOAP

1.0.1

07 Nov 20:40
Compare
Choose a tag to compare

FIX - Throw unchecked IO exception from SshTemplate. Solution of breaking change for migration