aviaviavi/curl-runnings

Index previous test cases by name

Open

#34 opened on Aug 31, 2018

 (0 comments) (0 reactions) (0 assignees)Haskell (13 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (160 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide