Commit Graph

30 Commits

Author SHA1 Message Date
debugtalk
bd8540622d extractor: add support to extract value from html text with regex string 2017-10-31 23:26:38 +08:00
debugtalk
19fc74d9d0 locusts: support group url 2017-10-30 20:22:14 +08:00
debugtalk
e743b22a93 update README 2017-10-24 15:26:07 +08:00
debugtalk
86a6c92f90 create scaffold 2017-09-25 19:33:49 +08:00
debugtalk
3088fc94eb support run test suites set file 2017-09-24 14:09:25 +08:00
debugtalk
e0e8f2d2ec make ApiTestSuite class to hold ApiTestCase 2017-09-19 23:33:09 +08:00
debugtalk
4126b99862 subsititue api call args 2017-09-18 21:53:22 +08:00
debugtalk
cd20b0a8dc new feature: testcases can be layered, now we can define interface in api block individually 2017-09-18 15:21:50 +08:00
debugtalk
80e05e6c39 search variables in debugtalk.py recursively upward 2017-09-12 17:08:39 +08:00
debugtalk
cd6e742808 add setup and teardown block, in these blocks, we can exec functions such as sleep 2017-09-05 10:25:22 +08:00
debugtalk
082a2711e9 hot plugin support: search variables recursive upward from testset file 2017-09-04 11:22:43 +08:00
debugtalk
ce0f1590f9 hot plugin support: search functions recursive upward from testset file 2017-08-31 12:51:39 +08:00
debugtalk
46dcd195d0 #36: add debugtalk.py local per-directory plugins 2017-08-29 21:33:02 +08:00
debugtalk
223cb20f72 bugfix #34: handle exception when response content is empty 2017-08-29 14:44:44 +08:00
debugtalk
530f5bc89c if request content-type is application/json, request data should be dumped 2017-08-28 19:18:06 +08:00
debugtalk
f3ead61b81 run locusts at full speed with master and several slaves, make the most use of all cpus 2017-08-26 23:29:18 +08:00
debugtalk
e6dcbd95fb fix #33: invoke functions in url 2017-08-25 20:08:58 +08:00
debugtalk
275f4fda77 bugfix: locustfile template can not be found 2017-08-22 16:02:57 +08:00
debugtalk
148b2b9e9c new feature: ate-locust 2017-08-18 17:23:47 +08:00
debugtalk
c716be0df6 bugfix: open file with utf-8 encoding 2017-08-17 17:15:41 +08:00
debugtalk
a34bb6f259 make result displayed in order 2017-08-16 20:33:05 +08:00
debugtalk
f947a32822 make jenkins-mail-py as extras_require 2017-08-14 22:52:47 +08:00
debugtalk
a4bbdb4f81 add jenkins-mail-py to support mail test result 2017-08-02 23:58:00 +08:00
debugtalk
7ad9d68252 update version to 0.3.0 2017-07-31 22:59:04 +08:00
debugtalk
abb1882ca6 specify run times in testcase 2017-07-27 14:44:32 +08:00
debugtalk
4468df05ab update tag to 0.2.2 2017-07-24 18:16:07 +08:00
debugtalk
f94f57d102 refactor mock server:
1, remove authentication switcher;
2, change authentication method: from verify request data's md5 to get token at the beginning.
2017-07-22 15:15:05 +08:00
debugtalk
f41729094a refactor variable context:
1, variable context has two level, testset and testcase;
2, testset level variables can be used in whole test suite, while testcase level variables can only be used in testcase;
3, when variable binds with functions, the funtions will be called and the result will be set to the variable.
2017-07-20 22:43:18 +08:00
debugtalk
4c1f0d9965 add setup 2017-07-19 19:10:11 +08:00
debugtalk
45351e3ba7 utils: testcases loader 2017-06-20 19:43:44 +08:00