Files
httprunner/tests/data
debugtalk 8021fb0760 make extract in testcase template compatible with mapping style:
new mapping style:
    extract: {
        a: content.a,
        b: text.b
    }

    Also, the former list style is still valid:
    extract: [
        {a: content.a},
        {b: text.b}
    ]
2018-11-29 14:43:12 +08:00
..
2018-03-07 16:21:51 +08:00
2018-01-17 12:49:02 +08:00
2018-09-17 15:16:35 +08:00