Skip to content

1.0.0

Compare
Choose a tag to compare
@chonla chonla released this 11 Jul 08:22
· 12 commits to main since this release

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.