We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42615cc commit 5c8820dCopy full SHA for 5c8820d
features/openapi/docs.feature
@@ -13,7 +13,8 @@ Feature: Documentation support
13
And the JSON node "openapi" should be equal to "3.0.2"
14
# Root properties
15
And the JSON node "info.title" should be equal to "My Dummy API"
16
- And the JSON node "info.description" should be equal to "This is a test API."
+ And the JSON node "info.description" should contain "This is a test API."
17
+ And the JSON node "info.description" should contain "Made with love"
18
# Supported classes
19
And the OpenAPI class "AbstractDummy" exists
20
And the OpenAPI class "CircularReference" exists
0 commit comments