0.17.1
breaking changes
- header assertions are now case-insensitive on the field name
The following assertions are now equivalent
headers.name("X-Served-Config").isPresent
headers.name("x-served-config").isPresent
ResourceStep
renamed toScenarioResourceStep
to clarify that resources are released at the end of a scenario
improvements
andThen
onStep
to offer a simplerchain
API
def chain(others: Session ⇒ List[Step]): Step
def andThen(others: List[Step]): Step
def andThen(other: Step): Step
bug fixes
- http4s error with debug level #228
dependency updates
- http4s
0.20.0
- scalatest
3.0.7
- akka-http
10.1.8
- caffeine
2.7.0
- parboiled
2.1.6