Hello, does pactflow support path suffixes like `....
# pactflow
t
Hello, does pactflow support path suffixes like
.json
as part of the path? Example:
/v1/user/925888/products.json
m
I don’t see why it wouldn’t, but couldn’t tell you off the top of my head - have you tried?
t
It works if the suffix is hard coded, like
.json
. The path doesn't match, if it uses a variable (path param), like
.{format}
.
m
Interesting. It might be an enhancement required for us to look into
👌 1