Commit Graph

16 Commits

Author SHA1 Message Date
TonyRL
4c51a2b6c9 chore: skip stealth test in github actions
ref: https://docs.github.com/en/actions/learn-github-actions/variables#default-environment-variables
2023-01-22 21:08:59 +00:00
DIYgod
9ce117dd9f chore: skip stealth test in github actions 2023-01-22 17:54:53 +00:00
Rongrong
1381377e91 fix(core/utils/puppeteer): proxy-chain error (#11470)
HTTPS/SOCKS proxy is not supported by proxy-chain and will cause an
error unconditionally. If an HTTPS/SOCKS proxy does not need
authentication, explicitly bypassing proxy-chain is a must. If it does
need, making a warning and continuing without proxy seems to be the best
choice.

Signed-off-by: Rongrong <i@rong.moe>

Signed-off-by: Rongrong <i@rong.moe>
2022-12-19 23:39:11 +08:00
Rongrong
058cec21b7 test(puppeteer): wait for bot test result (#11322)
Signed-off-by: Rongrong <i@rong.moe>

Signed-off-by: Rongrong <i@rong.moe>
2022-11-23 22:32:15 +00:00
DIYgod
9329a44c80 feat(core): support proxy config for pupperteer (#10714)
* feat: support proxy config for pupperteer

* test: add puppeteer proxy detection

* fix: package.json

* test: fix regex
2022-09-07 00:07:04 +08:00
Tony
4cab5a5894 test: puppeteer wait longer (#10599) 2022-08-25 00:24:00 +08:00
Rongrong
1fcb5379df fix(test): insufficiently robust puppeteer test (#9974)
Signed-off-by: Rongrong <i@rong.moe>
2022-06-17 21:55:33 +08:00
Rongrong
13ec6be32b fix(test): failing puppeteer without stealth test (#9851)
Signed-off-by: Rongrong <i@rong.moe>
2022-05-30 01:49:01 -03:00
TonyRL
2bcc6f6ad0 test: puppeteer wait until test finish 2022-05-04 20:43:15 +00:00
Tony
0b544e1395 feat(utils): puppeteer-extra-plugin-stealth (#9676) 2022-05-03 01:17:17 +08:00
DIYgod
0c6516c893 test: fix puppeteer error 2021-11-28 01:37:20 +00:00
DIYgod
6d7ab13150 test: longer closing puppeteer page time 2020-06-14 22:38:01 +08:00
DIYgod
da19f818a4 test: compatible with github actions 2019-11-25 21:59:24 +08:00
DIYgod
749ede3af8 test: puppeteer auto close 2019-06-13 18:37:55 +08:00
DIYgod
0a62389eaa test: middleware/template 2019-01-31 11:45:00 +08:00
DIYgod
d667a049b6 test: clear up 2019-01-24 15:03:34 +08:00