Commit Graph
100 Commits
Author SHA1 Message Date
debugtalk fafb5cfde5 change: add tests for making validators 2021-10-16 14:12:12 +08:00
debugtalk 443bfdc7e4 feat: make validators for response 2021-10-15 22:22:09 +08:00
debugtalk d5cbd1820e feat: post form data 2021-10-15 21:25:42 +08:00
debugtalk 65712f626a refactor: post data with body 2021-10-15 21:12:27 +08:00
debugtalk 54531339f8 change: add post form data in demo 2021-10-15 20:31:29 +08:00
debugtalk ec604c9001 feat: har2case scaffold 2021-10-15 11:22:23 +08:00
debugtalk 0c48b824b0 change: rename files 2021-10-11 18:28:07 +08:00
debugtalk b44c94d8b9 change: getFilenameWithoutExtension 2021-10-11 18:23:16 +08:00
debugtalk cfa160bcb9 tests: add demo 2021-10-11 16:19:46 +08:00
debugtalk a647fe67b0 feat: add har2case command 2021-10-11 15:36:02 +08:00
debugtalk 69e01373d3 feat: gen markdown docs for command 2021-10-11 15:34:41 +08:00
debugtalk 939652fb50 refactor: rename command 2021-10-11 15:18:37 +08:00
debugtalk 292752c532 change: rename cmd 2021-10-11 15:08:05 +08:00
debugtalk 5a74b12499 refactor: convert API 2021-10-11 12:15:24 +08:00
debugtalk 188b5598d5 feat: add boom subcommand 2021-10-10 22:39:52 +08:00
debugtalk 1a35afd14f feat: add --silent cmd flag 2021-10-10 21:34:47 +08:00
debugtalk 00b631d1bc change: update flow chart 2021-10-10 16:35:25 +08:00
debugtalk 766c7778df change: Runner client 2021-10-10 15:02:00 +08:00
debugtalk efc088f87a feat: add run subcommand 2021-10-10 14:49:38 +08:00
debugtalk 1a3a714929 refactor: rename API 2021-10-10 12:40:32 +08:00
debugtalk 9099410f6e change: TestCasePath Path field 2021-10-10 01:09:36 +08:00
debugtalk e98d0dbd8e feat: run tsetcase by path 2021-10-10 00:49:19 +08:00
debugtalk 3537125b27 change: relocate tests 2021-10-10 00:44:28 +08:00
debugtalk e49d2a1b9c feat: run tsetcase by path 2021-10-10 00:36:38 +08:00
debugtalk ab85a78e47 fix: json unmarshal int 2021-10-09 23:26:08 +08:00
debugtalk cc2a491453 feat: convertTestCase 2021-10-09 20:41:00 +08:00
debugtalk 5c555a389c feat: loadFromYAML 2021-10-09 20:12:50 +08:00
debugtalk a09320edd1 feat: loadFromJSON 2021-10-09 20:11:02 +08:00
debugtalk bbe33e0dd0 feat: dump2YAML 2021-10-09 16:44:43 +08:00
debugtalk d8a1a6ef24 feat: dump2JSON 2021-10-09 15:35:11 +08:00
debugtalk f0cedf274c feat: add TCase struct for json loading and dumping 2021-10-09 14:52:32 +08:00
debugtalk 3b5b2a2d72 feat: init cli command 2021-10-08 20:18:50 +08:00
debugtalk 468d744796 change: update flow chart 2021-10-08 10:31:59 +08:00
debugtalk b292b50094 docs: add flow chart 2021-10-05 12:45:38 +08:00
debugtalk a51d9ecb62 change: replace tab with space 2021-10-04 18:43:08 +08:00
debugtalk 6c042dcb68 docs: add example 2021-10-04 18:41:43 +08:00
debugtalk 98d992de42 change: add unittest for EqualLength 2021-10-04 18:35:25 +08:00
debugtalk 8f67916d35 feat: assert with startswith and endswith for string 2021-10-04 18:26:29 +08:00
debugtalk b7acd2e887 docs: add key features 2021-10-04 17:05:22 +08:00
debugtalk fe3cab0e81 change: assert.Error 2021-10-04 13:21:52 +08:00
debugtalk 4fcc7fd590 refactor: check errors 2021-10-04 13:20:31 +08:00
debugtalk a25827fa8a change: add unittest and examples for parseVariables 2021-10-04 12:38:18 +08:00
debugtalk c741825bab feat: parseVariables 2021-10-04 10:37:22 +08:00
debugtalk 7fc352b26d change: parse step variables 2021-10-03 23:55:52 +08:00
debugtalk e91e1ad8b0 feat: parseConfig 2021-10-03 23:50:53 +08:00
debugtalk b779511245 feat: convertString 2021-10-03 23:49:04 +08:00
debugtalk 7138164429 fix: genRandomString 2021-10-03 23:05:53 +08:00
debugtalk 98d14c0f8c feat: post json with functions 2021-10-03 22:56:22 +08:00
debugtalk 9685753c4c feat: add length equal 2021-10-03 22:41:29 +08:00
debugtalk 36b3e21880 feat: parse functions 2021-10-03 21:19:23 +08:00
debugtalk cc736e9aed feat: parseFunctionArguments 2021-10-03 20:15:55 +08:00
debugtalk 1b2cdd207a feat: eval literal 2021-10-03 19:50:22 +08:00
debugtalk 92b2b18b9e feat: call function without argument 2021-10-03 12:30:53 +08:00
debugtalk 2780ad9f67 feat: call function with two argument 2021-10-03 11:38:04 +08:00
debugtalk f3742d3f6c feat: call function with one argument 2021-10-03 10:41:49 +08:00
debugtalk e88deb2a63 change: move assertions to builtin 2021-10-03 10:08:24 +08:00
debugtalk a2cc1fae7f feat: call function 2021-10-03 10:04:29 +08:00
debugtalk dd0b2d3aa4 feat: add regexCompileFunction 2021-10-02 23:58:12 +08:00
debugtalk db67223757 change: add unittest for regexCompileVariable 2021-10-02 23:22:29 +08:00
debugtalk 18db78c2f1 change: doc style 2021-10-01 21:02:42 +08:00
debugtalk 9e449b1b52 change: relocate unittest 2021-10-01 20:59:45 +08:00
debugtalk 98a6bcc931 feat: add go report card 2021-10-01 20:55:40 +08:00
debugtalk 1b18d9f1f5 feat: add FOSSA Status badge 2021-09-30 18:36:58 +08:00
debugtalk 278f3ea6ed change: replace with codecov-action 2021-09-30 17:40:32 +08:00
debugtalk d3a4c446a6 fix: upload coverage for windows 2021-09-30 17:22:39 +08:00
debugtalk eafe0434d9 fix: upload coverage for windows 2021-09-30 17:21:58 +08:00
debugtalk c3070f780e fix: coverage script 2021-09-30 17:13:10 +08:00
debugtalk 3bd7b484c8 feat: add codecov 2021-09-30 16:58:04 +08:00
debugtalk 652c361240 docs: add coveralls badge 2021-09-30 16:39:36 +08:00
debugtalk dd9aa9ca38 docs: add github action badge 2021-09-30 16:35:31 +08:00
debugtalk fd4b92a5e0 Merge branch 'main' of https://github.com/httprunner/HttpBoomer into main 2021-09-30 16:30:33 +08:00
debugtalk fcf3135ca0 Create main.yml
feat: add github action
2021-09-30 16:30:18 +08:00
debugtalk 32faa29cff docs: add go reference badge 2021-09-30 16:21:52 +08:00
debugtalk a15ec7a818 change: add example for validation 2021-09-30 16:05:38 +08:00
debugtalk f24ed0f1e4 change: remove .vscode 2021-09-30 15:41:30 +08:00
debugtalk 7a3f86877a change: add examples 2021-09-30 15:39:50 +08:00
debugtalk c2b9d90bb1 fix: extract variables for reference 2021-09-30 15:22:50 +08:00
debugtalk dc71f10219 fix: extract variables 2021-09-30 15:00:51 +08:00
debugtalk a205ecbc48 change: move test file 2021-09-30 13:23:59 +08:00
debugtalk df423722c3 feat: extract variables 2021-09-30 13:19:54 +08:00
debugtalk 292424e635 feat: override config variables 2021-09-30 11:43:29 +08:00
debugtalk 13f0ed2731 fix: parse headers 2021-09-30 11:03:31 +08:00
debugtalk 9ef0885cca fix: parse map key 2021-09-30 10:48:27 +08:00
debugtalk 41c8aca424 feat: parseHeaders 2021-09-30 10:37:38 +08:00
debugtalk 11a77f0189 feat: parse map data 2021-09-29 14:50:02 +08:00
debugtalk 002e67436b change: update test 2021-09-29 13:14:35 +08:00
debugtalk a95be1943d feat: use 28586 to escape $ notation 2021-09-29 13:10:09 +08:00
debugtalk d37b801477 change: use data driven test 2021-09-29 12:52:56 +08:00
debugtalk d04642eace change: make regexVariable as const 2021-09-29 12:03:12 +08:00
debugtalk e007d0dc24 fix: variable name should start with a letter or underscore 2021-09-29 12:00:11 +08:00
debugtalk e54ddfebec fix: parse variables 2021-09-29 11:07:40 +08:00
debugtalk e3dc6ccb32 fix: parse variables 2021-09-29 09:40:17 +08:00
debugtalk b58701178d feat: parse variable 2021-09-28 22:50:24 +08:00
debugtalk 0cff656ca0 change: remove defaultBoomer 2021-09-28 16:10:33 +08:00
debugtalk 993cc6af6d change: remove defaultRunner 2021-09-28 16:08:54 +08:00
debugtalk 6cb2a92b7a feat: support set debug for boomer 2021-09-28 15:48:53 +08:00
debugtalk 1c770110d5 feat: support set debug for runner 2021-09-28 15:48:13 +08:00
debugtalk fbd238e55a fix: post data 2021-09-26 16:50:59 +08:00
debugtalk 2be9dd580b feat: validate response object 2021-09-26 16:34:12 +08:00
debugtalk c9f1f8e42f feat: runStepTestCase 2021-09-24 11:31:34 +08:00