raml-tester
raml-tester copied to clipboard
Test if a request/response matches a given raml definition
I'd like to be able to split my API tests over multiple test classes but keep using the ExpectedUsage rule. I'm thinking of being able to pass in a path...
Hello, I am using raml-tester 0.9.1 to unit-test my API backend. This is the raml document: #%RAML 1.0 title: example REST API baseUri: http://localhost:8080/exampleBackend version: 1.0 mediaType: application/json /status: description:...
https://w3c.github.io/webappsec-referrer-policy/#referrer-policy-header
I am trying to write tests to validate RAML API's which are secured with hawk authentication mechanism. does raml-tester supports hawk authentication? if yes could you please help me out...
Is there a way to add more response headers to ignore? I would like to ignore the response header "Referrer-Policy" that is added by a gateway. I looked at this...
Why is there no aggregator available for the restassured impl?
Does the raml-tester support multiple URI parameters for the same resource? I have the following endpoint that defines two URI parameters in its path: ``` /Messages: /{MessageId}{mediaTypeExtension}: uriParameters: MessageSid: type:...
see SchemaTest#matchingReferencedJsonSchema
Could you explain how to use this library without pulling in a lot of dependencies (which I don't need in my project)? I'm getting following exceptions: ``` $ sbt test...