robotframework-openapidriver icon indicating copy to clipboard operation
robotframework-openapidriver copied to clipboard

Results 7 robotframework-openapidriver issues
Sort by recently updated
recently updated
newest added

Hi, I am a newbie to the robot framework, this is a great project;I encountered some problems while testing https://petstore31.swagger.io/ with OpenApiDriver, requesting help;First of all, when validating the openapi.json...

Hi, I am trying OpenApiDriver against a simple openapi with 5 endpoints and though 9 tests are generated, only the first 3 pass. The remaining 6 all fail with "ValueError:...

Hi, Really nice library! I was playing around and noticed that OpenApiDriver doesn't work with RF 7.0.0. Reproduce steps: 1) git clone https://github.com/MarketSquare/robotframework-openapidriver.git 2) poetry install 3) on console 1...

To allow functional testing for 401 / 403 scenarios and the security options (user/password, auth, token) the test_server should implement the desired security options. Desired support: - "open" endpoints -...

For 2xx PATCH request, there are now 2 calls: one with all required and optional properties set and one with only required properties (which can result in a request with...

Current implementation accepts lists and randomly picks an item from the list to use in the request. This means that the same value can be used multiple times during a...

Currently, the validation of 4xx codes randomly selects one of the properties that, when invalidated, will cause the desired error response. To improve the coverage and remove the possibility of...