Commit Graph

21 Commits

Author SHA1 Message Date
httprunner
5ee65776a0 bugfix: once task_suite been executed, task in task_suite will be None, and can not call print_output function 2017-09-20 14:57:03 +08:00
httprunner
960213a7bd ate: print output after tests 2017-09-19 23:34:16 +08:00
luowentao
701baee3b6 fix: Absolute file path in *Nix system start with slash. The heading slash should not be striped in this case. 2017-09-12 15:18:51 +08:00
httprunner
d683457eaf adjust code structure related to locust 2017-08-26 23:45:21 +08:00
httprunner
6bf3daae11 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
httprunner
7b44fd39d5 bugfix: locustfile template can not be found 2017-08-22 16:02:57 +08:00
httprunner
b334e168cf new feature: ate-locust 2017-08-18 17:23:47 +08:00
httprunner
256d7de90f make result displayed in order 2017-08-16 20:33:05 +08:00
httprunner
c61a7070f1 fix print version 2017-08-16 18:04:44 +08:00
httprunner
0d3fd40602 update with jenkins-mail-py 0.2.2 2017-08-14 15:09:43 +08:00
httprunner
4dbae83199 add return value in cli.main to adapt jenkins:
1, if all testcases passed, then jenkins job pass;
2, if any testcase failed, then jenkins job fail.
2017-08-03 14:30:49 +08:00
httprunner
728c379f09 bugfix: remove return value, otherwise jenkins job will consider it as failure 2017-08-03 10:53:33 +08:00
httprunner
8e3bf499a0 add jenkins-mail-py to support mail test result 2017-08-02 23:58:00 +08:00
httprunner
bb94408144 add test result flag 2017-08-02 23:30:54 +08:00
httprunner
a7bb4c450b collect test result 2017-08-02 17:36:03 +08:00
httprunner
dd488bd48e add parser argument failfast 2017-08-02 15:34:51 +08:00
httprunner
137b381957 Stop the test run on the first error or failure. 2017-07-24 22:16:15 +08:00
httprunner
031727c613 change method to specify testset path 2017-07-19 23:29:29 +08:00
httprunner
2652362185 add command argument: show version 2017-07-19 21:24:37 +08:00
httprunner
e3f4249f53 change with PyUnitReport 2017-07-19 19:06:02 +08:00
httprunner
4d1c78354f split ate/main.py to ate/cli.py and ate/task.py 2017-07-19 15:49:15 +08:00