Victor Orlovsky
Victor Orlovsky
Do you have any plan to implement the feature? Anyway, is there any workaround how to generate view classes?
Hi, @stalexmr To be honest I need more information to reproduce your issue. It would be great if you add some example right to GitHub. Thanks.
Hello, @SergeyVinickiy Could you give swagger-coverage version? Sounds like we already fixed something similar here: https://github.com/viclovsky/swagger-coverage/issues/60 Anyway, to understand a root cause I need an example with specification and swagger-coverage-output...
@SergeyVinickiy could you check the latest version of swagger-coverage, I have merged some fixes.
Hi, @TheXby Not it's not possible to configure. You can write your own filter for rest-assured or try to fix [current](https://github.com/viclovsky/swagger-coverage/blob/master/swagger-coverage-rest-assured/src/main/java/com/github/viclovsky/swagger/coverage/SwaggerCoverageRestAssured.java). I think the best solution will be to have...
Hello, @dkorobtsov Thanks a lot for your PR. Is it possible NOT to increase min sdk version? It definitely will produce problems for users (we know that some of them...
Hi, all. Thanks a lot for bug report. Currently we are working hard on new version of [allure-android](https://github.com/allure-framework/allure-kotlin) and every effort is made on pushing it in production.
I have done rest-assured integration in swagger. In that case you don't need to verify tests with some tricky methods anymore. For instance, tests, which were written with help of...
Just for information rest-assured integration is presented in official release of [OpenAPi-generator](https://github.com/OpenAPITools/openapi-generator). OpenApi-generator is community-driven version of swagger. I am planning to support/develop the client within OpenAPi-generator.
Yes, we have removed soft assertion cause Allure is stands for report, not for test's logic. There are a lot of libraries which you can use. For [instance](https://github.com/bnorm/kotlin-power-assert)