httprunner
b103fd0d2b
update locusts with HttpRunner 2.0
2018-11-23 17:14:43 +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
c3b52bbc79
.env variables should be referenced with builtin ENV/environ function
2018-11-16 12:29:02 +08:00
httprunner
64a960d490
remove debugtalk.py variables mechanism
2018-11-15 14:48:44 +08:00
httprunner
ea297c4152
locusts support weight feature
2018-10-29 22:16:41 +08:00
httprunner
8d7e1a7e44
rename testset => testcase
2018-10-03 00:02:38 +08:00
httprunner
8e89246cbe
fix #392 : multiple '=' in .env file
2018-09-17 15:16:35 +08:00
httprunner
6c6b6ae66b
fix #366 : teststep name
2018-08-31 15:48:46 +08:00
httprunner
e0fe6b2a4f
add --dot-env-path back
2018-08-28 14:39:18 +08:00
httprunner
5e2159b097
remove --dot-env-path argument
2018-08-23 11:52:39 +08:00
httprunner
fd29a8aff3
fix #309 #312
2018-08-22 23:24:19 +08:00
httprunner
79e53e0fb6
refactor: pipeline
2018-08-21 17:39:12 +08:00
httprunner
f3ef2ec821
update test data filename
2018-07-26 15:27:39 +08:00
httprunner
29073d7111
deprecate function_binds
2018-07-26 15:23:03 +08:00
httprunner
adb72e7d75
deprecate requires
2018-07-26 15:17:50 +08:00
httprunner
7ed962e803
deprecate import_module_items
2018-07-26 15:08:04 +08:00
httprunner
a223ca04d3
call load_dot_env_file when initializing HttpRunner
2018-05-09 17:21:08 +08:00
httprunner
901eaab220
move tests/data/debugtalk.py to tests/debugtalk.py
2018-05-07 15:19:14 +08:00
httprunner
e263021c3b
merge_validator: support checking unhashable values such as dict
2018-04-23 21:28:59 +08:00
httprunner
5219f7800f
fix #131 : parameter data driven with pair keys
2018-03-27 22:39:43 +08:00
httprunner
b5a25378da
refactor compatibility, learned from requests
2018-03-25 21:19:23 +08:00
httprunner
6ca5e63377
refactor parameterization:
...
1, support parameters in test block;
2, refactor parameterization code.
2018-03-08 19:35:42 +08:00
httprunner
96fc410234
refactor parameterization:
...
parameter value now can be in three types:
(1) data list
(2) call built-in parameterize function
(3) call custom function in debugtalk.py
2018-03-07 16:21:51 +08:00
httprunner
074cc76cad
#106 : support builtin functions
2018-02-28 23:56:10 +08:00
httprunner
f8569aad91
new feature: support parameters and data driven
2018-02-15 22:53:56 +08:00
httprunner
b247cd49bc
#96 : skip unless condition
2018-02-08 22:36:30 +08:00
httprunner
9042e6e72f
#96 : refactor skip feature:
...
1, with skip keyword, skip current test unconditionally;
2, with skipIf keyword, you can skip current test with condition; condition evaluation can be defined in debugtalk.py function.
2018-02-08 15:59:17 +08:00
httprunner
5bbbdc1997
bugfix #96 skip feature: display skip testcases number corretly
2018-02-08 12:55:23 +08:00
httprunner
1f81623a66
refactor run times: display test statistics correctly with run times setting
2018-02-08 12:24:53 +08:00
httprunner
d4048c066c
fix #84 : type_match invalid
2018-01-17 12:49:02 +08:00
httprunner
488585fdc5
#78 : merge validators in test with api validators
2018-01-16 19:28:07 +08:00
httprunner
18fbffed87
fix #64 : when headers in test is None, it should inherit from config
2017-12-23 12:41:00 +08:00
httprunner
5fb87f00f6
update tests for custom validator
2017-12-13 16:29:42 +08:00
httprunner
7a45b4078b
#52 : validator expect field support reference variable
2017-12-13 01:22:43 +08:00
httprunner
ca9f793fb3
validator: check item support reference variable
2017-12-13 01:12:57 +08:00
httprunner
6ac43e39ea
#29 : refactor validator:
...
1, relocate validate functions;
2, add unittest for custom defined validators.
2017-12-12 23:59:54 +08:00
httprunner
8c19212c6f
support new validator format, e.g. {'eq': ['status_code', 200]}
2017-12-12 12:08:55 +08:00
httprunner
b262ae5e5e
validate: set expect as alias for expected
2017-11-13 20:56:46 +08:00
httprunner
49797c51fd
rename validators to validate
2017-11-01 14:43:28 +08:00
httprunner
62c64e9309
rename extractor/extractors to extract
2017-11-01 14:30:36 +08:00
httprunner
fa82c26e9f
rename keyword: variable_binds => variables
2017-10-24 15:59:09 +08:00
httprunner
05d390169a
rename keyword: extract_binds => extractors
2017-10-24 15:40:59 +08:00
httprunner
890bc2035c
update tests
2017-09-28 22:57:25 +08:00
httprunner
6ef46224f6
refactor api loading behavior: api should be located in /tests/api/ folder
2017-09-21 20:54:06 +08:00
httprunner
4197ed26ca
add output:
...
1, change return value of running testset;
2, print extracted variables at the end of testset.
2017-09-19 15:24:11 +08:00
httprunner
1262d92816
subsititue api call args
2017-09-18 21:53:22 +08:00
httprunner
cb2555291c
new feature: testcases can be layered, now we can define interface in api block individually
2017-09-18 15:21:50 +08:00
httprunner
8d568d9e0d
request in config should also be parsed
2017-09-12 22:32:52 +08:00
httprunner
1013971cf9
hot plugin support: search variables recursive upward from testset file
2017-09-04 11:22:43 +08:00
httprunner
34d0c6a1e8
rename fixture module name
2017-08-29 22:12:08 +08:00