WEB-INF.templates.test-suite-demo.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of report Show documentation
Show all versions of report Show documentation
Generate the report and feature file / documentation
The newest version!
Test Suite Result
Feature:
Note: This is demo to show extra features of Smart BDD
Scenario:
Show downstream http requests and response headers and body. Show a UML diagram. (Passed)
Downstream A will return "A ok"
Downstream B will return "B ok"
Note:
example note for the scenario
graph LR
A --- B
B-->C[fa:fa-ban forbidden]
B-->D(fa:fa-spinner);
sequenceDiagram
participant Alice
participant Bob
Alice->>John: Hello John, how are you?
loop Healthcheck
John->>John: Fight against hypochondria
end
Note right of John: Rational thoughts
prevail!
John-->>Alice: Great!
John->>Bob: How about you?
Bob-->>John: Jolly good!