When you google Rest-API test automation there doesn’t seem to be too many options out there. Prominent ones are newman-cli and Java’s Rest Assured library but if your automation solutions revolve around Python like mine do, you would want a native Python solution. Turns out it might actually be the best Rest-API test automation solution out there. This is what tavern-ci library is
What seperates tavern-ci from the other solutions is the declarative JSON format of the test files written in YAML which makes it easy for manual…
