xucong053
|
1eac759069
|
fix: ensure complete summary results
|
2022-06-20 15:36:44 +08:00 |
|
debugtalk
|
683d1379cb
|
refactor: rename variables
|
2022-06-17 23:30:45 +08:00 |
|
debugtalk
|
b5122521b4
|
fix: set log level for pytest
|
2022-06-17 21:01:13 +08:00 |
|
debugtalk
|
d63baed3d3
|
merge master
|
2022-06-17 20:29:13 +08:00 |
|
debugtalk
|
5e33d79dc9
|
refactor: import allure
|
2022-06-17 19:44:45 +08:00 |
|
debugtalk
|
e9b9193bb1
|
feat: print request and response details when running API cases
|
2022-06-17 19:33:37 +08:00 |
|
xucong053
|
eaf1aa190a
|
fix: step name overrides reference testcase name
|
2022-06-17 18:20:22 +08:00 |
|
xucong053
|
5731055606
|
fix: failed to use parameters in reference testcase
|
2022-06-15 11:29:15 +08:00 |
|
duanchao.bill
|
09a46ae3db
|
resolve conflict
|
2022-06-09 10:26:59 +08:00 |
|
duanchao.bill
|
c70fdec576
|
add:增加allure的内容,1.附加log文件 2.添加请求和返回详情
|
2022-06-08 22:07:24 +08:00 |
|
duanchao.bill
|
654edabe78
|
fix: codeview
|
2022-05-06 22:37:04 +08:00 |
|
duanchao.bill
|
3a3d48228b
|
black .
|
2022-04-27 11:51:12 +08:00 |
|
duanchao.bill
|
4b9433fa72
|
add:sql and thrift as step
|
2022-04-26 17:59:20 +08:00 |
|
debugtalk
|
5073308b03
|
refactor: reformat all code with black
|
2022-04-23 15:20:13 +08:00 |
|
debugtalk
|
aab9a7de3f
|
change: init logger with INFO level
|
2022-04-22 22:33:04 +08:00 |
|
duanchao.bill
|
4152a6ae80
|
feat: support retry when test step failed
|
2022-04-07 17:04:11 +08:00 |
|
debugtalk
|
390a7b1170
|
change: rename StepData to StepResult
|
2022-04-02 23:46:06 +08:00 |
|
debugtalk
|
a0963ce413
|
docs: add docs
|
2022-04-02 12:12:42 +08:00 |
|
debugtalk
|
acd85136dd
|
fix: run referenced testcase in python
|
2022-04-02 10:33:35 +08:00 |
|
debugtalk
|
1a586482f0
|
refactor: make step extensible to support implementing new protocols and test types for python version
|
2022-04-01 22:47:47 +08:00 |
|
debugtalk
|
e382f692e4
|
change: remove har2case, move all features to go version
|
2022-03-26 11:58:54 +08:00 |
|
debugtalk
|
fbe6b51b7a
|
fix: remove misuse of NoReturn in Python typing
|
2022-03-25 19:10:28 +08:00 |
|
lihuacai
|
0bad623780
|
feat: response extract expresion support variable and function
|
2021-09-01 15:29:23 +08:00 |
|
debugtalk
|
17ea5c594e
|
fix: save extracted variables to session variables
|
2020-07-30 11:32:30 +08:00 |
|
debugtalk
|
de20ad8d2b
|
change: override variables strategy, step variables > extracted variables from previous steps
|
2020-07-30 10:56:38 +08:00 |
|
debugtalk
|
518d8abfd2
|
refactor: change param name
|
2020-07-06 21:30:11 +08:00 |
|
debugtalk
|
b39a806159
|
refactor: rename to parameters
|
2020-07-06 11:53:46 +08:00 |
|
jun
|
4595022f62
|
fixed: #931 unit test parameters
|
2020-07-03 10:23:10 +08:00 |
|
jun
|
e64a606516
|
**Add**
- New feature: config part support "parameters". example: examples\postman_echo\request_methods\request_with_parameters.yml
|
2020-07-02 10:51:17 +08:00 |
|
debugtalk
|
2c638ed52c
|
fix: missing setup/teardown hooks for referenced testcase
|
2020-06-29 19:11:29 +08:00 |
|
debugtalk
|
7b6c8be740
|
change: make compatibility with Locust HttpSession
|
2020-06-18 15:27:53 +08:00 |
|
debugtalk
|
873e420842
|
fix: incorrect summary success when testcase failed
|
2020-06-08 16:22:55 +08:00 |
|
debugtalk
|
915ac691ff
|
change: override variables
(1) testcase: session variables > step variables > config variables
(2) testsuite: testcase variables > config variables
(3) testsuite testcase variables > testcase config variables
|
2020-06-08 16:11:06 +08:00 |
|
debugtalk
|
07965710a3
|
change: log httprunner version
|
2020-06-08 11:45:21 +08:00 |
|
debugtalk
|
d991708439
|
feat: step setup hook
|
2020-06-07 18:06:42 +08:00 |
|
debugtalk
|
2a81937bc8
|
fix: change __step_datas default value to []
|
2020-06-07 17:40:13 +08:00 |
|
debugtalk
|
31f5cfa9df
|
feat: implement step setup/teardown hooks
|
2020-06-07 16:38:59 +08:00 |
|
debugtalk
|
e2703fff32
|
change: rename PWD to project RootDir
|
2020-06-06 21:17:00 +08:00 |
|
debugtalk
|
6b38534ac2
|
docs: update changelog
|
2020-06-05 14:39:21 +08:00 |
|
debugtalk
|
86b69638c3
|
refactor: rename StepData export to export_vars
|
2020-06-05 11:39:50 +08:00 |
|
debugtalk
|
6ba5f703a4
|
refactor: rename TestCaseInOut field
|
2020-06-05 11:34:42 +08:00 |
|
debugtalk
|
adf0967888
|
refactor: use step export to export session variables from referenced testcase
|
2020-06-05 11:31:51 +08:00 |
|
debugtalk
|
528ddd0c67
|
refactor: rename schema to models
|
2020-06-05 10:38:12 +08:00 |
|
debugtalk
|
e249a15807
|
fix: log testcase duration before raise ValidationFailure
|
2020-06-04 18:36:37 +08:00 |
|
debugtalk
|
ba1d533c18
|
feat: log export variables
|
2020-06-04 17:38:18 +08:00 |
|
debugtalk
|
12341577ec
|
fix: override testsuite/testcase config verify
|
2020-06-04 14:11:49 +08:00 |
|
debugtalk
|
82b8975691
|
feat: get raw testcase model from pytest file
|
2020-06-03 21:36:32 +08:00 |
|
debugtalk
|
59e99eeaa8
|
change: generate pytest in chain style by default
|
2020-06-03 17:11:08 +08:00 |
|
debugtalk
|
6b9bd46079
|
feat: make pytest files in chain style
|
2020-06-03 16:50:53 +08:00 |
|
debugtalk
|
5b0bc40786
|
fix: compatibility
|
2020-06-03 16:50:53 +08:00 |
|