Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIndex previous test cases by name #34
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.