Skip to content

1.3.0

Compare
Choose a tag to compare
@paveljandejsek paveljandejsek released this 17 Feb 17:01
· 354 commits to master since this release
b8d6993

New Features:
#443 - Commands for numeric operations (DIVIDE, MINUS, MULTIPLY, ROUND).
#566 - Added verifiers for "lower or equal" + "great or equal" (LE, GE).
#557 - Added JSONPath verification support.
#550 - Added option to easily log requests/responses from rest steps.

Fixes:
#543 - Fixed wrong assert message in web steps.
#561 - Fixed report escaping problem in step values.
#542 - Fixed saving of rest headers from response if body is empty.

Improvements:
#520 - Removed jakarta activation dependency.
#540 - Rewritten stale element handling proxy for web steps.
#537 - Rest steps now support multiple error messages at once in validation.

Dependency updates:
Updated most of the dependencies to latest versions.

Deprecations:
None in this release.

Other:
#522 - Added Jetbrains logo to readme.
#539 - Browserstack test flow gets retried on failure.
#529 - Replaced gitter with github discussions.
#523 - Removed redundant email command test.
#544 - Removed dependabot badge from readme.