1.0.0
Cotton 1.0.0
This version contains breaking changes.
The engine is overhauled for performance improvement, maintainability and promoting more readability.
Changes
- Request definition is now a single code block, previously heading and code block.
- Headers are now defined directly in request, previously separated tables right after request method heading.
- Captures are now list items, previously separated tables under
## Capture
heading. - Assertions are now list items, previously separated tables under
## Expectations
heading. - Assertion operations are now more intuitive,
==
,!=
,>
,>=
,<
,<=
,is defined
,is undefined
. - Setups are now just a list items defined before request, previously defined under
## Preconditions
heading. - Teardowns are now a list items defined after request, previously defined under
## Finally
heading. - Variables is added
Visit Guide for more detail.