Skip to content

Releases: chonla/cotton

0.1.23

29 Jul 13:04
Compare
Choose a tag to compare

Fix assert json data with case-sensitive key.

0.1.20

27 Jul 16:24
Compare
Choose a tag to compare
  • Add 2 built-in expectation keywords

From now on, you can use *should exist* and *should not exists* to assert if content exists in response or not.

0.1.9

24 Jul 07:26
Compare
Choose a tag to compare
  • Matching data in capture and assertion are now case-insensitive.

0.1.8

23 Jul 07:17
Compare
Choose a tag to compare
  • Add detail mode option, -d. Enable this, log will print detail of all requests and responses on screen. Disabled by default.

0.1.7

21 Jul 16:54
Compare
Choose a tag to compare
  • Add insecure option to not verify server certificate. Try -i option.

0.1.5

19 Jul 17:32
Compare
Choose a tag to compare

0.1.5 is a first full functional version

  • All markdowns stated in guide are functioning.
  • Code structure improved.
  • Several bugs fixed.