Files
httprunner/tests
debugtalk 288efbbd18 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-11-29 11:54:33 +08:00
2018-11-22 19:25:00 +08:00
2018-11-23 17:56:53 +08:00