Jan Trtík
Jan Trtík
Hello, is there a way, how to test request with required query params? I would add query param in a hook, but there is no such parsed info in test.request......
Hello! I'd like to create query like this: ```json { "_source": "suggest", "suggest": { "some-suggest" : { "prefix": "som", "completion" : { "field" : "suggest", "size" : 5 } }...
Hey Jon, First of all, thank you for all your work on mpxj! Our usecase is transforming schedule data from our application model into mpxj and export it in a...
Hello! first of all, thanks for all your awesome work on zio ecosystem! I have a problem with following code: ```scala import zio.Scope import zio.test.{Spec, TestEnvironment, ZIOSpecDefault, assertTrue} object TestTest...