Commit Graph

3088 Commits

Author SHA1 Message Date
debugtalk
c768c189e4 feat: SwipeToTapApp, SwipeToTapText 2022-08-31 21:33:35 +08:00
debugtalk
f13291cf95 feat: add FoundAction to SwipeUntil 2022-08-31 20:36:34 +08:00
debugtalk
6573c94240 feat: SwipeUntil 2022-08-31 20:15:29 +08:00
debugtalk
3aed97eab1 change: InitWDAClient with options 2022-08-31 18:17:53 +08:00
debugtalk
7f713c5be9 feat: support ignoreNotFoundError, ignore error if target element not found 2022-08-31 16:38:53 +08:00
debugtalk
f2627fab9b feat: validate image exists 2022-08-28 23:43:40 +08:00
debugtalk
bbcb61e0ee feat: tap by ocr and cv 2022-08-28 23:07:31 +08:00
debugtalk
9db3d3201e refactor: relocate code 2022-08-28 22:43:10 +08:00
debugtalk
4421986bc7 feat: validate with ocr text 2022-08-28 12:18:45 +08:00
debugtalk
af23ed8699 feat: validate with label 2022-08-28 12:04:21 +08:00
debugtalk
98f0f5de90 change: remove xpath validation 2022-08-28 10:35:27 +08:00
debugtalk
bfc8f89cba feat: move uixt to hrp internal 2022-08-28 10:25:32 +08:00
debugtalk
5c74db0087 change: tap & swipe 2022-08-28 00:41:45 +08:00
debugtalk
c4f687d051 change: update gwda-ext 2022-08-27 00:25:48 +08:00
debugtalk
6c58164ef7 feat: save screenshot file 2022-08-27 00:02:13 +08:00
debugtalk
04c0b24601 feat: specify screenshot filename 2022-08-25 22:34:08 +08:00
debugtalk
e491f3c08d change: set debug logging for gwda 2022-08-25 20:50:28 +08:00
debugtalk
271f143433 change: update gwda dependency 2022-08-24 19:00:59 +08:00
debugtalk
a1a95cff8c feat: init device with optional serial, port, mjpeg port 2022-08-23 21:06:32 +08:00
debugtalk
175ab65c8d Merge branch 'master' into ios-wda 2022-08-22 00:05:30 +08:00
debugtalk
f3abec2335 docs: update changelog 2022-08-21 19:10:50 +08:00
debugtalk
6acc3bc48c Merge branch 'master' of https://github.com/httprunner/httprunner 2022-08-21 19:10:06 +08:00
debugtalk
52c0ffafa8 Merge pull request #1442 from mcwt/master
feat: hrp boom support setting duration of run time
2022-08-21 19:09:49 +08:00
debugtalk
59a92690f7 change: update changelog 2022-08-21 19:08:11 +08:00
machongwei
07c1f78364 merge upstream master change 2022-08-21 09:11:58 +08:00
machongwei
7782399e15 Merge remote-tracking branch 'origin/master' 2022-08-18 20:09:59 +08:00
machongwei
e072bc9626 perf: hrp boom run time related code optimization 2022-08-18 20:09:46 +08:00
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
ef1e13387e Merge branch 'master' into master 2022-08-15 20:55:42 +08:00
dependabot[bot]
487eabdc9b build(deps): bump github.com/miekg/dns from 1.0.14 to 1.1.25
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.0.14 to 1.1.25.
- [Release notes](https://github.com/miekg/dns/releases)
- [Changelog](https://github.com/miekg/dns/blob/master/Makefile.release)
- [Commits](https://github.com/miekg/dns/compare/v1.0.14...v1.1.25)

---
updated-dependencies:
- dependency-name: github.com/miekg/dns
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 12:54:41 +00: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
buyuxiang
809301d089 fix: add timeout for dns resolution 2022-08-12 18:15:45 +08:00
buyuxiang
fd5359c02d feat: support curl command 2022-08-12 17:09:19 +08:00
buyuxiang
8b72938f34 adapt windows tracert 2022-08-12 17:09:19 +08:00
buyuxiang
be9542ffee using original traceroute command for dial 2022-08-12 17:09:19 +08:00
buyuxiang
064a41c490 feat: support traceroute command 2022-08-12 17:09:19 +08:00
buyuxiang
2bd5c6f3da feat: support DNS resolution 2022-08-12 17:09:19 +08:00
buyuxiang
71da6d0556 feat: support ping command 2022-08-12 17:09:19 +08:00
debugtalk
4132c324a4 Merge pull request #1428 from billduan/optimize_strip_sql
优化:strip sql
2022-08-12 15:07:12 +08:00
machongwei
8ae5ba81bc feat: hrp boom support set run time 2022-08-10 22:03:24 +08:00
machongwei
a2352d627f feat: hrp boom support set run time 2022-08-10 21:59:16 +08:00
machongwei
61c34bfd16 feat: hrp boom support set run time 2022-08-10 21:39:15 +08:00
徐聪
c5a0a0fc27 fix: pluginMap uses sync.Map to avoid data race 2022-08-01 17:04:39 +08:00
徐聪
44e844829d fix: failed to load .env file from master 2022-08-01 16:08:36 +08:00
徐聪
05febd07f0 fix: the transaction name recorded is inaccurate, when transaction fails 2022-08-01 14:39:51 +08:00