debugtalk
5c816f3dd1
change: assert name/xpath exists
2022-08-15 22:34:17 +08:00
debugtalk
66eb8ee865
change: upgrade gwda to 0.4.0
2022-08-15 22:04:30 +08:00
debugtalk
7be88ef00d
change: make assert msg optional
2022-08-15 21:53:33 +08:00
debugtalk
4dee80977f
Merge branch 'master' into ios-wda
2022-08-15 21:21:32 +08:00
debugtalk
78601f3185
Merge pull request #1450 from httprunner/dependabot/go_modules/github.com/miekg/dns-1.1.25
...
build(deps): bump github.com/miekg/dns from 1.0.14 to 1.1.25
2022-08-15 20:57:45 +08:00
debugtalk
6dce98f01b
Merge pull request #1434 from bbx-winner/feat-dial-test
...
feat: support ping/dns/traceroute for dial test
2022-08-15 20:54:08 +08:00
debugtalk
aef29ee6ac
Merge pull request #1432 from xucong053/bugfix
...
fix: state machine
2022-08-15 20:51:49 +08:00
debugtalk
4132c324a4
Merge pull request #1428 from billduan/optimize_strip_sql
...
优化:strip sql
2022-08-12 15:07:12 +08:00
debugtalk
6ff75dc485
change: upgrade gwda
2022-07-31 20:52:11 +08:00
debugtalk
4847fbd0f3
feat: start & stop camera
2022-07-31 16:08:22 +08:00
debugtalk
10a3b15efd
feat: switch to iOS springboard before init WDA session
2022-07-31 14:50:11 +08:00
debugtalk
513159abb9
feat: add screenshot
2022-07-31 12:15:55 +08:00
debugtalk
a2b79a7194
feat: sleep n seconds after last action
2022-07-30 17:45:39 +08:00
debugtalk
a591f8193e
feat: take snapshot for each step
2022-07-30 00:40:05 +08:00
debugtalk
0afbd55eb4
feat: set acceptAlertButtonSelector
2022-07-29 23:15:21 +08:00
debugtalk
a45c427eee
feat: app launch and terminate
2022-07-29 18:26:58 +08:00
debugtalk
e55a4ba598
feat: run last action with given times
2022-07-29 16:30:24 +08:00
debugtalk
08d07511ea
fix: set snapshotMaxDepth to avoid dump too many levels of hierarchy
2022-07-29 15:34:47 +08:00
debugtalk
57fc782bb6
feat: input text on current active element
2022-07-27 22:53:41 +08:00
debugtalk
8ca764b872
feat: go back home on ios device
2022-07-27 22:10:49 +08:00
debugtalk
36553c0b00
feat: click on relative coordinate
2022-07-27 22:02:54 +08:00
debugtalk
c59703cbf2
feat: double/long click on name or xpath
2022-07-27 21:57:51 +08:00
debugtalk
087743bd9c
feat: validate UI exists
2022-07-27 21:33:08 +08:00
debugtalk
b3887d5364
feat: click on xpath
2022-07-27 13:42:23 +08:00
debugtalk
7ca12a0dbc
feat: click on coordinate
2022-07-27 12:07:21 +08:00
debugtalk
beb16221f2
feat: check if WDA is healthy before each step
2022-07-27 12:04:39 +08:00
debugtalk
3fd3dab9ae
feat: implement ios ui swipe
2022-07-27 10:22:04 +08:00
debugtalk
acae99cd8b
feat: add mobile ui validation
2022-07-26 18:53:38 +08:00
debugtalk
ea311c1882
feat: create scaffold for mobile UI test
2022-07-26 18:25:17 +08:00
debugtalk
7a08760eaf
fix: golint
2022-07-26 15:26:39 +08:00
debugtalk
88c25d26c4
Merge pull request #1427 from xucong053/bugfix
...
fix: unittest
2022-07-26 11:18:07 +08:00
debugtalk
191123734e
bump version to v4.2.0
2022-07-26 10:46:05 +08:00
debugtalk
1c8291b7a5
Merge pull request #1303 from xucong053/support-distributed-load-testing-controlled-by-http-refactoring
...
feat: support distributed load testing on multi-machines
2022-07-26 10:10:14 +08:00
debugtalk
a368a7646d
Merge pull request #1413 from yu929/hyhr4
...
feat: support custom requests.Response attr in pytest
2022-07-24 22:03:16 +08:00
debugtalk
a3912d45b0
Merge pull request #1409 from bbx-winner/convert-curl
...
feat: support to run/boom/convert curl case
2022-07-24 22:01:18 +08:00
debugtalk
8cf75fbcf7
Merge pull request #1424 from xucong053/bugfix
...
fix: quit plugin
2022-07-22 18:03:07 +08:00
debugtalk
cb302085e5
Merge pull request #1412 from bbx-winner/fix-websocket
...
feat: support omitting ws url; support multi ws-connections each session
2022-07-22 17:25:58 +08:00
debugtalk
28d5f414d0
Merge pull request #1403 from bbx-winner/fix-upload-file
...
feat: add filename/type when uploading form-data
2022-07-19 11:02:33 +08:00
debugtalk
2f2ef937f4
Merge pull request #1406 from xucong053/bugfix
...
fix: reuse plugin instance if it already initialized
fix: deep copy api step to avoid data racing
2022-07-09 15:55:55 +08:00
debugtalk
481b19c3e6
fix: check testcase format
2022-07-04 22:53:25 +08:00
debugtalk
54442165d2
bump version to v4.1.6
2022-07-04 22:34:18 +08:00
debugtalk
b4f2c6597f
change: update changelog
2022-07-04 22:33:34 +08:00
debugtalk
40e3c84b06
fix: ignore if testcase config is not specified
2022-07-04 18:47:36 +08:00
debugtalk
5d8f934bd1
Merge pull request #1397 from xucong053/bugfix
...
- fix: step name with parameterize mechanism
- fix: error of concurrent map writes occurred while uploading in boom mode
- fix: record all requests of testcase reference in boom mode
- fix: failed to record the step of occurring error in the html report
2022-07-04 18:04:58 +08:00
debugtalk
eb331e8309
bump version to v4.1.5
2022-06-27 21:41:42 +08:00
debugtalk
2aeca47b21
change: add user cases
2022-06-27 21:41:06 +08:00
debugtalk
0a73f17e2b
fix: convert postman to pytest
2022-06-27 21:28:09 +08:00
debugtalk
b91555c726
Merge pull request #1391 from xucong053/bugfix
...
fix: failed to parse variable referenced in upload
2022-06-27 21:01:05 +08:00
debugtalk
ea7607868f
merge master
2022-06-27 18:56:34 +08:00
debugtalk
c6753998a2
fix: check case validation
2022-06-27 18:55:06 +08:00
debugtalk
3e7d8692cb
Merge pull request #1386 from bbx-winner/fix-extract
...
fix: support variable reference during extraction
2022-06-27 18:41:14 +08:00
debugtalk
d2c80cd2b7
change: update docs
2022-06-27 16:56:10 +08:00
debugtalk
e816f8cb5f
refactor: rename convert files
2022-06-27 16:39:23 +08:00
debugtalk
ccdd60dba1
change: add unittest for override
2022-06-27 16:33:49 +08:00
debugtalk
700cdfd815
refactor: simplify testcase converter
2022-06-27 00:25:32 +08:00
debugtalk
2caf5d5159
refactor: make pytest testcases
2022-06-26 19:44:30 +08:00
debugtalk
ccaa0d3361
Merge pull request #1384 from xucong053/bugfix
...
fix: only get the first parameter in referenced testcase
2022-06-26 12:11:00 +08:00
debugtalk
bbcdee6197
merge master
2022-06-26 11:34:14 +08:00
debugtalk
f8537c6630
docs: udpate
2022-06-26 11:32:26 +08:00
debugtalk
752e59186f
feat: support setting global testcase timeout and step timeout
2022-06-26 11:30:56 +08:00
debugtalk
957c13cf22
Merge pull request #1375 from bbx-winner/fix-upload-file
...
feat: hrp support uploading file
2022-06-24 15:00:47 +08:00
debugtalk
54799cdc3a
fix: support log debug level for load testing
2022-06-23 11:22:32 +08:00
debugtalk
1b2a747cff
fix: check if no valid testcase found
2022-06-22 21:30:12 +08:00
debugtalk
73a9fb371e
fix: insert response cookies into request for redirect requests
2022-06-22 18:42:25 +08:00
debugtalk
58fb43b486
change: update unittest for regex check
2022-06-22 17:17:37 +08:00
debugtalk
583c11afbc
change: set http request timeout to 120s
2022-06-22 15:03:35 +08:00
debugtalk
b12aa90f79
Merge pull request #1374 from xucong053/bugfix
...
fix: failed to load json/data content in api reference
fix: ensure complete summary results
2022-06-21 11:07:20 +08:00
debugtalk
683d1379cb
refactor: rename variables
2022-06-17 23:30:45 +08:00
debugtalk
7340740170
bump version to v4.1.4
2022-06-17 22:53:24 +08:00
debugtalk
80f1206db4
fix #1339 : omit pseudo header names for HTTP/1, e.g. :authority, :method, :path, :schema
2022-06-17 22:39:19 +08:00
debugtalk
54eebaa9ce
fix: uniform_validator
2022-06-17 22:20:43 +08:00
debugtalk
b5122521b4
fix: set log level for pytest
2022-06-17 21:01:13 +08:00
debugtalk
d63baed3d3
merge master
2022-06-17 20:29:13 +08:00
debugtalk
c605f3e063
change: update docs
2022-06-17 19:52:57 +08:00
debugtalk
5e33d79dc9
refactor: import allure
2022-06-17 19:44:45 +08:00
debugtalk
e9b9193bb1
feat: print request and response details when running API cases
2022-06-17 19:33:37 +08:00
debugtalk
919266b566
Merge pull request #1371 from xucong053/bugfix
...
fix: panic occurred when running API step failed
fix: step name overrides referenced testcase name
2022-06-17 19:07:45 +08:00
debugtalk
60502983b3
docs: update changelog
2022-06-17 12:45:39 +08:00
debugtalk
c77bcd02c0
Merge pull request #1364 from billduan/fix_sql_response_print
...
fix: support None/dict/list format when printing sql response
2022-06-17 12:24:25 +08:00
debugtalk
769213a5ab
Merge pull request #1360 from xucong053/bugfix
...
fix: failed to use parameters in referenced testcase
fix: failed to run testcase if python3 is not available on windows
2022-06-17 12:20:15 +08:00
debugtalk
3be8ff65db
add user case: youmi
2022-06-17 11:52:32 +08:00
debugtalk
16fe64dc70
change: update user cases
2022-06-16 19:07:51 +08:00
debugtalk
0f7e949ff5
Merge pull request #1363 from bb-idea/master
...
feat: support skip for pytest
2022-06-16 18:14:29 +08:00
debugtalk
ec345d9e53
fix: check if debugtalk.go contains main() function
2022-06-14 23:17:34 +08:00
debugtalk
797e0ea56f
fix: filter commented out functions when generating plugin file
2022-06-14 22:51:23 +08:00
debugtalk
e2f5d8d626
feat: config pypi index url by setting environment PYPI_INDEX_URL
2022-06-14 19:43:27 +08:00
debugtalk
653e5956fb
Merge pull request #1354 from httprunner/refactor-python3-packages
...
refactor python3 packages
- feat #1342 : support specify custom python3 venv, priority is greater than $HOME/.hrp/venv
- feat: assert python3 package installed and version matched
- refactor: build plugin mechanism, cancel automatic installation of dependencies
- fix #1352 : avoid conversion to exponential notation
2022-06-14 14:35:46 +08:00
debugtalk
370549ac96
fix: add cmd dir path to /Users/debugtalk/MyProjects/HttpRunner-dev/httprunner/examples/demo-with-py-plugin/.venv/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.poetry/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/opt/puppetlabs/bin:/Users/debugtalk/Library/Python/3.9/bin:/Users/debugtalk/.poetry/bin:/usr/local/opt/node@12/bin:/Users/debugtalk/.gvm/bin:/Users/debugtalk/go/go1.16.3/bin:/Users/debugtalk/go/bin:/usr/local/sbin:/Users/debugtalk/.pyenv/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/.local/bin:/Users/debugtalk/go/bin:/Users/debugtalk/.local/bin
2022-06-14 14:19:48 +08:00
debugtalk
a9299881c4
change: set pypi index url to https://pypi.org/simple
2022-06-14 14:02:28 +08:00
debugtalk
2ca9c3327a
change: update changelog
2022-06-14 13:35:09 +08:00
debugtalk
5a5b83fc89
fix #1352 : avoid conversion to exponential notation
2022-06-14 13:22:07 +08:00
debugtalk
50c4c94100
refactor: EnsurePython3Venv
2022-06-14 11:52:18 +08:00
debugtalk
663c600d9c
change: venv priority: specified > /Users/debugtalk/.hrp/venv
2022-06-14 10:35:33 +08:00
debugtalk
f23309ab7f
feat: assert python3 package is ready with specified version
2022-06-14 00:51:45 +08:00
debugtalk
cc5663ddec
feat: check if specified python3 venv is invalid
2022-06-13 23:54:47 +08:00
debugtalk
d7c1444327
Merge branch 'master' of https://github.com/httprunner/httprunner into refactor-python3-packages
2022-06-13 23:41:01 +08:00
debugtalk
3025b1665c
refactor: build plugin
2022-06-13 23:40:45 +08:00
debugtalk
2d0d8c3016
Merge pull request #1351 from billduan/fix_step_variables
...
fix: unexpected changes in step variables
2022-06-13 22:35:28 +08:00
debugtalk
fac6dc4955
feat #1342 : support specify custom python3 venv
2022-06-13 21:31:05 +08:00
debugtalk
abd31a8d88
fix: pip upgrade httprunner when installing hrp
2022-06-11 23:46:04 +08:00