aviaviavi / curl-runnings

A declarative test framework for quickly and easily writing integration tests against JSON APIs.
MIT License
157 stars 13 forks source link

Index previous test cases by name #34

Open aviaviavi opened 6 years ago

aviaviavi commented 6 years ago

Currently when interpolating previous response values, we can only index previous test cases by their position in the test suite. This can be annoying and break when we change the order / add and remove cases.

It would be good if we could index by test name or in indexing identifier.