debugtalk
|
bd8540622d
|
extractor: add support to extract value from html text with regex string
|
2017-10-31 23:26:38 +08:00 |
|
debugtalk
|
f5dcdaa5c5
|
give up support for Python 3.3
|
2017-10-24 17:11:20 +08:00 |
|
debugtalk
|
388a6da23a
|
rename keyword: variable_binds => variables
|
2017-10-24 15:59:09 +08:00 |
|
debugtalk
|
7b64b8233b
|
rename keyword: extract_binds => extractors
|
2017-10-24 15:40:59 +08:00 |
|
debugtalk
|
e743b22a93
|
update README
|
2017-10-24 15:26:07 +08:00 |
|
debugtalk
|
b7fe227838
|
remove jenkins-mail-py plugin
|
2017-10-24 15:11:06 +08:00 |
|
debugtalk
|
93b1f01135
|
udpate
|
2017-10-13 10:44:02 +08:00 |
|
debugtalk
|
e330aef5eb
|
update README
|
2017-09-26 15:26:17 +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
|
bf5bc00dcc
|
update docs for debugtalk.py plugin
|
2017-08-31 15:01:51 +08:00 |
|
debugtalk
|
7f4c565fcb
|
rename fixture module name
|
2017-08-29 22:12:08 +08:00 |
|
debugtalk
|
e1d25b8de3
|
add locusts-full-speed images
|
2017-08-28 11:06:58 +08:00 |
|
debugtalk
|
e9195beef3
|
update README
|
2017-08-28 10:21:16 +08:00 |
|
debugtalk
|
9f3a8a4642
|
update README
|
2017-08-27 00:04:04 +08:00 |
|
debugtalk
|
b2423a024b
|
rename CLI name: ate-locust => locusts
|
2017-08-26 23:07:35 +08:00 |
|
debugtalk
|
0801c11918
|
update README
|
2017-08-25 21:24:29 +08:00 |
|
debugtalk
|
4722c6ec86
|
refactor ate/testcase.py: organise code with TestcaseParser, reduce passing parameters
|
2017-08-25 21:10:34 +08:00 |
|
debugtalk
|
e643b5435b
|
remove Python 3.7-dev temporarily
|
2017-08-21 10:41:27 +08:00 |
|
debugtalk
|
ddb058a8b1
|
add quickstart docs
|
2017-08-21 00:20:05 +08:00 |
|
debugtalk
|
148b2b9e9c
|
new feature: ate-locust
|
2017-08-18 17:23:47 +08:00 |
|
debugtalk
|
5efdb716e3
|
update README
|
2017-08-16 21:34:13 +08:00 |
|
debugtalk
|
a34bb6f259
|
make result displayed in order
|
2017-08-16 20:33:05 +08:00 |
|
debugtalk
|
43eadf5482
|
Merge branch 'mail'
|
2017-08-14 23:36:02 +08:00 |
|
debugtalk
|
f947a32822
|
make jenkins-mail-py as extras_require
|
2017-08-14 22:52:47 +08:00 |
|
debugtalk
|
b2e8b207df
|
make jenkins-mail-py as extras_require
|
2017-08-14 22:46:37 +08:00 |
|
debugtalk
|
5e5b1c1292
|
merge master to mail
|
2017-08-06 11:57:22 +08:00 |
|
debugtalk
|
5b8c3903df
|
add version number for dependent PyUnitReport
|
2017-08-05 19:08:24 +08:00 |
|
debugtalk
|
df3101aaf3
|
add Python version 3.7-dev
|
2017-08-05 10:57:00 +08:00 |
|
debugtalk
|
8c81094410
|
update README
|
2017-08-03 12:05:57 +08:00 |
|
debugtalk
|
a4bbdb4f81
|
add jenkins-mail-py to support mail test result
|
2017-08-02 23:58:00 +08:00 |
|
debugtalk
|
c061265d9e
|
add parser argument failfast
|
2017-08-02 15:34:51 +08:00 |
|
debugtalk
|
fec78591c5
|
update testcase example
|
2017-08-01 14:59:59 +08:00 |
|
debugtalk
|
7ad9d68252
|
update version to 0.3.0
|
2017-07-31 22:59:04 +08:00 |
|
debugtalk
|
5f80a2346c
|
update README
|
2017-07-31 22:27:02 +08:00 |
|
debugtalk
|
e7d8d13427
|
fix typo error
|
2017-07-27 21:12:10 +08:00 |
|
debugtalk
|
6589769869
|
update README: add Upgrade description
|
2017-07-25 10:44:29 +08:00 |
|
debugtalk
|
d56a8ea219
|
update docs
|
2017-07-23 22:00:03 +08:00 |
|
debugtalk
|
2cc32cf396
|
fix spelling error
|
2017-07-23 21:12:30 +08:00 |
|
debugtalk
|
b09c4480d9
|
change docs file name
|
2017-07-23 12:30:25 +08:00 |
|
debugtalk
|
69b215fd44
|
README: add design philosopy
|
2017-07-23 12:15:22 +08:00 |
|
debugtalk
|
54b67a440e
|
Convert README from Chinese to English.
|
2017-07-23 11:55:23 +08:00 |
|
debugtalk
|
9cca73155c
|
update demo testset: change position of variable binds
|
2017-07-23 11:29:48 +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
|
6ef716b9fe
|
add FAQ for installing
|
2017-07-20 11:08:59 +08:00 |
|
debugtalk
|
2179092ea7
|
change method to specify testset path
|
2017-07-19 23:29:29 +08:00 |
|
debugtalk
|
4c1f0d9965
|
add setup
|
2017-07-19 19:10:11 +08:00 |
|
debugtalk
|
3a6955ef0a
|
update README
|
2017-07-18 12:24:51 +08:00 |
|
debugtalk
|
ed8d765f44
|
update README
|
2017-07-11 17:24:10 +08:00 |
|
debugtalk
|
d6afe73f9c
|
update README
|
2017-07-10 12:26:10 +08:00 |
|
debugtalk
|
93822fa11f
|
coverage: replace codecov with coveralls
|
2017-06-26 21:47:57 +08:00 |
|