This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Such manifests may be broken up to any number of multiple files. | |
| # Using map vs slice to enable referencing scenarios by ID in a dynamic structure. | |
| # (TBD; there might be a neater solution but i'm happy with this so far) | |
| --- | |
| scenarios: | |
| S000: | |
| description: some http call to some endpoint where we expects some response values | |
| request: | |
| uri: "/fakeauth" | |
| method: post |
OlderNewer