httprunner
|
527a0b2b7b
|
fix base_url: teststep have base_url but is empty
|
2018-11-29 19:31:11 +08:00 |
|
httprunner
|
04a74dcad1
|
fix base_url with api referrence
|
2018-11-29 15:15:45 +08:00 |
|
httprunner
|
e9d08b0de4
|
fix base_url with variables
|
2018-11-29 11:54:33 +08:00 |
|
httprunner
|
84fd49eeeb
|
fix a4ce29e656: make variables independent on order
|
2018-11-28 13:18:27 +08:00 |
|
httprunner
|
9a62f778fb
|
make variables in testcase template compatible with mapping style:
new mapping style:
"variables": {
"a": 1,
"b": 2
}
Also, the former list style is still valid:
"variables": [
{"a": 1},
{"b": 2}
]
|
2018-11-28 12:14:06 +08:00 |
|
httprunner
|
a4ce29e656
|
bugfix: parse test variables with config variables
|
2018-11-27 23:59:33 +08:00 |
|
httprunner
|
3652a713c5
|
rename teststeps to tests
|
2018-11-23 17:56:53 +08:00 |
|
httprunner
|
f05f190d24
|
HttpRunner 2.0 is comming!
1, new design for testcase format;
2, refactor testcase layer mechanism.
|
2018-11-22 19:25:00 +08:00 |
|
httprunner
|
fc9f828ed3
|
add args and kwargs validation for ENV() and P()
|
2018-11-16 12:45:06 +08:00 |
|
httprunner
|
c3b52bbc79
|
.env variables should be referenced with builtin ENV/environ function
|
2018-11-16 12:29:02 +08:00 |
|
httprunner
|
efc2520e81
|
update parse_parameters
|
2018-11-15 21:09:22 +08:00 |
|
httprunner
|
64a960d490
|
remove debugtalk.py variables mechanism
|
2018-11-15 14:48:44 +08:00 |
|
httprunner
|
8d7e1a7e44
|
rename testset => testcase
|
2018-10-03 00:02:38 +08:00 |
|
httprunner
|
592583ba52
|
relocate parse_tests
|
2018-10-01 18:02:21 +08:00 |
|
httprunner
|
9b6cc7ca29
|
refactor pipline
|
2018-10-01 17:27:51 +08:00 |
|
httprunner
|
98ada8c84f
|
fix #343: locate debugtalk.py and use as project working directory
|
2018-08-23 13:03:42 +08:00 |
|
httprunner
|
d0cd1ddfa7
|
parse_parameters: add csv support
|
2018-08-22 18:35:15 +08:00 |
|
httprunner
|
44f41ab911
|
New implementation for parse_parameters, without CSV feature
|
2018-08-14 00:00:51 +08:00 |
|
httprunner
|
53742e1c4c
|
refactor parse_data
|
2018-08-13 00:29:49 +08:00 |
|
httprunner
|
9fe5d2e264
|
relocate TestcaseParser
|
2018-08-09 10:36:39 +08:00 |
|
httprunner
|
72d0fe21e2
|
update: get function or variable item
|
2018-08-09 01:10:03 +08:00 |
|
httprunner
|
4b8537352b
|
relocate substitute_variables_with_mapping to parse_data
|
2018-08-05 22:38:01 +08:00 |
|
httprunner
|
c14964042a
|
relocate testcase parser
|
2018-08-05 11:46:27 +08:00 |
|
httprunner
|
b6886e83a8
|
relocalte extract_variables
|
2018-07-30 00:27:01 +08:00 |
|
httprunner
|
8ebb4bc638
|
relocate test suite loader
|
2018-07-30 00:11:04 +08:00 |
|