Commit Graph

73 Commits

Author SHA1 Message Date
debugtalk
7d8234d7c8 fix: flake8 2021-12-28 14:58:22 +08:00
xucong053
bf34487134 fix #1068: Variable name correction 2021-07-15 23:58:58 +08:00
debugtalk
de20ad8d2b change: override variables strategy, step variables > extracted variables from previous steps 2020-07-30 10:56:38 +08:00
jun
fa30ce3bc7 add unit test and closes #971 2020-07-28 12:49:26 +08:00
jun
ac9664e842 fixed json support and closes #971 2020-07-24 16:25:41 +08:00
debugtalk
518d8abfd2 refactor: change param name 2020-07-06 21:30:11 +08:00
debugtalk
0fc42f77cd refactor: parameters 2020-07-06 16:15:09 +08:00
debugtalk
d71591f170 format code 2020-07-06 11:09:20 +08:00
debugtalk
b870227ce3 fix: raise TestCaseFormatError if ref testcase is invalid 2020-07-06 10:50:49 +08:00
jun
4595022f62 fixed: #931 unit test parameters 2020-07-03 10:23:10 +08:00
jun
1c23d20933 test: #931 add test for parameters 2020-07-02 18:11:11 +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
25c10af750 fix: compatibility for black on Android termux system that does not support multiprocessing 2020-06-29 19:11:29 +08:00
debugtalk
cb96f7e711 fix: avoid duplicate export 2020-06-23 14:34:45 +08:00
debugtalk
c3eed2cab3 fix: override locust weight 2020-06-23 13:27:12 +08:00
debugtalk
753e05314f fix: override referenced testcase export in teststep 2020-06-23 13:07:07 +08:00
debugtalk
f00170c234 fix: avoid duplicate import 2020-06-23 12:46:30 +08:00
debugtalk
d11aca83c0 feat: add optional message for assertion 2020-06-23 11:49:04 +08:00
debugtalk
3841406dd9 change: add logs 2020-06-21 12:29:21 +08:00
debugtalk
d58d45a196 fix: check config type 2020-06-21 11:54:14 +08:00
debugtalk
18e9b772fd change: make converted referenced pytest files always relative to project RootDir 2020-06-21 10:58:42 +08:00
debugtalk
64b7659a12 fix: unittests for convert_testcase_path 2020-06-20 00:22:18 +08:00
debugtalk
1b5d7386a7 change: __convert_relative_current_working_dir 2020-06-19 23:53:22 +08:00
debugtalk
d0e6f29304 change: rename variable testcase_python_abs_path 2020-06-19 23:35:59 +08:00
debugtalk
fa7464fca8 change: make FROM path in testcase notes relative to project_meta.RootDir 2020-06-19 23:32:12 +08:00
debugtalk
e64490f4ee fix: typo error 2020-06-19 22:59:26 +08:00
debugtalk
3e8bd4b6f0 change: rename ensure_file_abs_path_valid 2020-06-19 15:46:38 +08:00
debugtalk
215295cdda fix: path handling error when har2case har file and cwd != ProjectRootDir 2020-06-19 15:06:56 +08:00
debugtalk
b0e5ccb1b6 feat: make testcase with weight 2020-06-18 18:46:34 +08:00
debugtalk
78b2939179 feat: log client/server IP and port 2020-06-17 21:20:45 +08:00
debugtalk
d4bdf61c9b fix: testcase path handling error when path startswith "./" or ".\\" 2020-06-15 18:32:33 +08:00
debugtalk
181b1234a8 fix: SyntaxError caused by quote in case of headers."Set-Cookie" 2020-06-15 17:36:07 +08:00
debugtalk
834eea52d5 fix: compatibility with different path separators of Linux and Windows 2020-06-14 23:04:46 +08:00
debugtalk
e91547bcdc fix: add error log when dependency tool black not exists 2020-06-14 22:34:56 +08:00
debugtalk
f4aa0b9913 fix: compatibility with different path separators of Linux and Windows 2020-06-14 22:01:09 +08:00
debugtalk
3a80d63716 fix: ensure step referenced api, convert to v3 testcase 2020-06-08 18:58:43 +08:00
debugtalk
2237b34901 docs: update changelog 2020-06-08 16:32:53 +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
9b0e60fa23 fix: testsuite variables override testcase config variables 2020-06-08 12:56:09 +08:00
debugtalk
0b53f832f1 feat: step teardown hook 2020-06-07 18:20:13 +08:00
debugtalk
d991708439 feat: step setup hook 2020-06-07 18:06:42 +08:00
debugtalk
ddf5c331cc fix: ensure variables 2020-06-07 14:50:07 +08:00
debugtalk
d1f9b10274 fix: handle exception for loaded invalid format test content 2020-06-07 14:41:46 +08:00
debugtalk
204b013b71 test: add unittest form testcase with abnormal path 2020-06-07 12:44:02 +08:00
debugtalk
d29941124d fix: ensure generated conftest.py located in generated pytest folder 2020-06-06 22:13:59 +08:00
debugtalk
e2703fff32 change: rename PWD to project RootDir 2020-06-06 21:17:00 +08:00
debugtalk
6471b006cb change: format copied debugtalk.py 2020-06-06 10:05:57 +08:00
debugtalk
9a4ee8f3a0 fix: ensure project meta files exist in generated pytest folder files 2020-06-06 10:00:26 +08:00
debugtalk
e8275ab38a refactor: ensure_file_path_valid 2020-06-06 01:01:47 +08:00
debugtalk
862f0b6e52 fix: handle cases when parent directory name includes dot/hyphen/space 2020-06-05 19:42:01 +08:00