Update contract-testing.md

This commit is contained in:
Robert Wallach
2018-03-19 19:13:26 -05:00
committed by GitHub
parent 3225b306df
commit 830720e369

View File

@@ -54,7 +54,6 @@ You can use the coverage report to quickly stub out a new scenario. To start:
1. Click the **status codes** in the table matrix for the steps you want to add to
your scenario.
<!-- theme:info -->
> Note that the order in which the endpoints are clicked
> determines the order in which they will appear in the scenario. For example,
@@ -68,8 +67,6 @@ You can use the coverage report to quickly stub out a new scenario. To start:
3. You will automatically be navigated to the new scenario, complete with
contract test assertions for each selected endpoint.
<!-- theme: info -->
> You will likely need to modify the resulting scenario to fit your use case
## Automatic Contract Test Assertion