Jinseong Hwang
Results
2
issues of
Jinseong Hwang
I want to write beautifully hurl code. Is there any text editor for it or plugins for intelliJ? If you have any tips, please let me know.
topic: ide support
Version: Kotest 5.4.2 ##### `TagTest` is included in tests with `-Dkotest.tags=local` args. It works as I expected. ```kotlin @Tags("local") class TagTest : ShouldSpec({ should("test") { } }) ``` ##### `TagTest`...
enhancement
framework