uzabase / playtest2

The next generation of Playtest :pray:
https://uzabase.github.io/playtest2/
MIT License
17 stars 0 forks source link

WireMockの `matchingJsonPath` によるアサーションがすべてStringによる比較になってしまう #23

Open ayato-p opened 2 months ago

ayato-p commented 2 months ago

あくまでもJSON文字列としての扱いがされている様子。 明示的な数値や真偽値として扱えるようにしたい。

ayato-p commented 1 month ago

アプローチとしてはWireMockのマッチャーを書いてキャプチャしてしまって、アサーションフェーズでうまく処理するのが良さそうとは思っている。