Haruki Hasegawa
Haruki Hasegawa
You are right, thank you. I found the solution of this problem; - Solution 1 : - Solution 2 : \u003cABC\u003e
Thank you for your advice. Before introducing Localize, I used both entity referenced characters and CDATA sections in the same XML file. Text resources were imported as follows: - Entity...
Same with v20.5.0.
> Are you talking about the same structure as this one? ( get and put methods ) It might be something different from the current test code. I'll create a...
@k1LoW I have managed to create a minimal test code to reproduce this issue. It seems reusing the same OpenAPI validator object and `nullable` are related to the issue, and...
@k1LoW In v0.105.1, still I get so many OpenAPI validation errors like the followings in my setup. - `openapi3 validation error: Error: POST operation request content type 'POST' does not...
@k1LoW Thank you so much! I have confirmed that v0.105.2 resolved all OpenAPI validation errors in my setup :tada:
Thank you for reply 🙇♂️ > 1. The ability to reference other files is not an inherent feature of YAML. Exactly. This is also my biggest concern. > 2. runn...
Yes, using runn as a Go's test helper package offers great flexibility. Even so, I love using runn as a standalone tool because it's still powerful and very handy. >...
> 2. Sharing common API request headers used in every runbooks (and used multiple times in a runbook) On second thought, this scenario can be covered if HTTP runner have...