207 Commits

Author SHA1 Message Date
yuyutaotao
7d4f9847f5
feat: add a playground page to debug (#131)
* fix: fix the Player style when the locator is failed

* feat: add Playground UI

---------

Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2024-10-21 16:30:07 +08:00
yuyutaotao
ee521e31e0
fix: fix the Player style when the locator is failed (#129)
* fix: fix the Player style when the locator is failed

* fix: add marker image into UIContext
2024-10-17 10:44:30 +08:00
github-actions[bot]
9f44eedfd9 release: v0.6.2 2024-10-15 03:26:29 +00:00
yuyutaotao
f715a2709e
docs: add repository and homepage in package.json (#122) 2024-10-15 11:22:21 +08:00
yuyutaotao
45e4417e2c
feat: add a button for replay-all in report page (#115)
* feat: add a button for replay-all

* fix: refresh Player when switching cases
2024-10-14 10:59:08 +08:00
github-actions[bot]
de6aa6dcaa release: v0.6.1 2024-10-12 08:25:42 +00:00
github-actions[bot]
bdf4fb3ed1 release: v0.6.0 2024-10-12 08:10:00 +00:00
github-actions[bot]
e2f5e114a7 release: v0.5.2 2024-10-12 06:37:01 +00:00
yuyutaotao
f9dc0f698e
feat(ai-model): merge ai planning and insight call to accelerate the aiAction (#97)
---------

Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>

* feat(ai-model): optimize AI model for element inspection

* feat(ai-model): optimize AI model and add quick answer functionality

---------

Co-authored-by: yuyutaotao <167746126+yuyutaotao@users.noreply.github.com>

* feat(ai-model): implement quick answer functionality for element inspection

---------

Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2024-10-12 12:09:25 +08:00
github-actions[bot]
032b505d8e release: v0.5.1 2024-09-26 07:41:19 +00:00
yuyutaotao
a903745151
feat: add replay panel for visualization (#96)
* feat: add replay panel

* feat: add subtitle to the replay widget

* fix: fit the mobile page

* feat: only show player in Planning

* feat: reorder the panel

* chore: optimize test list switch

---------

Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2024-09-26 13:51:10 +08:00
github-actions[bot]
649d71d2ec release: v0.5.0 2024-09-12 03:31:37 +00:00
yuyutaotao
704a0b8a52
feat(web-extract): extract some <div />s as container (#80) 2024-08-31 08:17:50 +08:00
github-actions[bot]
952d13e8b0 release: v0.4.0 2024-08-27 00:29:53 +00:00
Zhou xiao
d2a5dbecba
refactor(shared): migrate sharp to jimp and migrate common img logci to shared lib (#74)
* fix(web): fix sharp deps

* chore: optimize sharp deps

* refactor(extract): migrate sharp to jimp

* refactor: migrate img common logic to shared lib

* chore: merge main branch

* chore: merge main branch

* chore: merge main branch

* chore: delete unless code

* chore: optimize code

* chore: optimize ai test branch trigger method

* chore: optimize ai test branch trigger method

* chore: optimize trigger method
2024-08-26 18:50:33 +08:00
github-actions[bot]
d5da9c5511 release: v0.3.4 2024-08-23 11:33:03 +00:00
github-actions[bot]
02d2dc9cec release: v0.3.3 2024-08-23 10:12:47 +00:00
github-actions[bot]
0be5bbcc54 release: v0.3.2 2024-08-23 03:02:14 +00:00
github-actions[bot]
5e79f960e8 release: v0.3.1 2024-08-22 23:05:02 +00:00
yuyutaotao
6553da1906
feat: add 'aiWaitFor' (#61)
* feat: add

* feat: add

* feat: add  for playwright

* feat: add docs for 'aiWaitFor'

* feat: update docs for report

* feat: add 'wait-for' param in cli
2024-08-21 14:43:35 +08:00
github-actions[bot]
4ac7d86d8c release: v0.3.0 2024-08-15 10:03:05 +00:00
yuyutaotao
9c5a7a123c
feat(report): optimize report content (#55)
Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2024-08-15 17:59:43 +08:00
yuyutaotao
49d19371b3
fix: scroll issue of detail panel, exclude <scripts /> from extractor (#51)
* fix: scroll issue of detail panel

* fix: CI

* fix: extractor and visualizer

* fix: lint

* fix: lint

* fix: extractor ci

* feat: update highlight switch
2024-08-15 09:54:35 +08:00
Zhou xiao
18cafeab9b
workflow(cd): optimize release script (#54) 2024-08-12 18:04:40 +08:00
github-actions[bot]
6cf6f62545 release: v0.2.2 2024-08-12 01:57:13 +00:00
yuyutaotao
af768796df
fix: Cli output, extractor, docs, visualizer (#48)
* fix: the output for --help

* fix: filter little elements

* feat: update executor and style

* feat: update extractor and docs
2024-08-10 07:57:15 +08:00
Zhou xiao
959473fbbb
feat(ai-model): support coze platfrom's model (#50)
* chore: optimize prompt structure

* feat(ai-model): add coze platform

* feat(ai-model): add coze platform

* chore: add unit test

* feat(ai-model): add extract unit test

* chore: add unit test

* chore: add unit test

* chore: optimize plan prompt

* chore: optimize plan prompt

* chore: fix lint error

* chore: fix lint error

* chore: fix unit test

* chore: ignore cache file
2024-08-09 21:37:41 +08:00
github-actions[bot]
8365497f9d release: v0.2.1 2024-08-08 12:20:30 +00:00
yuyutaotao
0b19e8f13a
feat(cli): implement cli wrapper (#43) 2024-08-08 15:39:07 +08:00
Zhou xiao
9cb770ad4f
feat(cache): Optimize the cache strategy for a higher cache hit rate (#40)
* feat(cache): Optimize the cache strategy for a higher cache hit rate

* chore: fix lint error
2024-08-06 12:03:39 +08:00
github-actions[bot]
3a2981c81d release: v0.2.0 2024-08-06 03:00:09 +00:00
yuyutaotao
7edc2be46d
feat: implement .aiAssert, update some docs (#38)
* feat: implement .aiAssert, update some docs

* fix: lint

* fix: ci

* feat: update quick-start
2024-08-06 10:00:25 +08:00
Zhou xiao
df12c7ea4d
docs: add introduce video and optimize pkg readme (#39)
* docs: add introduce video and optimize pkg readme

* docs: update introduce video
2024-08-06 07:48:14 +08:00
yuyutaotao
59081e33e7
feat: correct the captitalization (#33)
* feat: correct the captitalization

* workflow(ci): fix lint error

---------

Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2024-08-05 11:03:32 +08:00
Zhou xiao
22877b3868
workflow(ci): optimize biome lint (#32)
* workflow(ci): format code

* workflow(ci): format code

* workflow(ci): format code

* workflow(ci): format code

* workflow(ci): format code

* workflow(ci): format code
2024-08-04 12:16:41 +08:00
Zhou xiao
e1ae31ac17
workflow(ci): optimize biome lint (#31)
* workflow(ci): format code

* workflow(ci): format code

* workflow(ci): format code

* workflow(ci): format code

* workflow(ci): format code
2024-08-04 08:28:19 +08:00
Zhou xiao
b9747b392a
workflow(ci): add contributing guide and migrate eslint to biome (#29)
* workflow(cd): add CONTRIBUTING ad modify lint

* chore: modify lint file

* chore: modify lint yml

* chore: optimize quoteStyle

* chore: optimize ignore file

* chore: optimize ignore file

* chore: optimize commit hook logic

* chore: optimize commit hook logic

* workflow(ci): optimize prettier logic

* chore: optimize lint yml

* chore: add lint file

* chore: update lint file

* chore: optimize lint rule

* chore: delete unless file

* chore: optimize branch yml

* chore: optimize branch yml

* chore: optimize branch yml

* chore: optimize branch yml

* chore: optimize branch yml

* chore: optimize branch yml

* chore: optimize branch yml

* chore: optimize branch yml

* chore: optimize branch yml
2024-08-04 07:55:32 +08:00
yuyutaotao
db46783bff
feat: update theme color (#30) 2024-08-03 00:31:42 +08:00
yuyutaotao
ebc84849aa
feat: update docs (#25) 2024-08-02 16:05:53 +08:00
yuyutaotao
3350fc7c1f
feat: update visualizer, and cache info field (#24)
* fix: page size

* feat: update quick start

* feat: update quick start

* feat: update quick start

* feat: update quick start

* feat: update visualizer

* feat: add cache info into task and dump

* feat: add cache info into task and dump

* fix: typo

* fix: typo

* feat: update docs

* feat: update docs
2024-08-02 13:58:15 +08:00
yuyutaotao
8ae566c781
update doc (#21)
* fix: page size

* feat: update quick start

* feat: update quick start

* feat: update quick start

* feat: update quick start
2024-08-02 10:11:29 +08:00
github-actions[bot]
00fbf1001b release: v0.1.4 2024-08-01 13:41:29 +00:00
github-actions[bot]
82124b472e release: v0.1.3 2024-08-01 13:31:21 +00:00
github-actions[bot]
5b39b35f6b release: v0.1.2 2024-08-01 12:23:57 +00:00
github-actions[bot]
1c2d76ad2d release: v0.1.1 2024-08-01 08:39:58 +00:00
yuyutaotao
23752c2a95
doc: update API docs (#17)
* feat: puppeteer integration

* feat: export puppeteer agent

* fix: bug of insight visualizer

* feat: merge main

* feat: update docs, and some tiny bugfix

* feat: update showcase

* feat: update docs

* feat: add Chinese docs

* feat: update visualization tool

* feat: update part of the integration doc
2024-08-01 16:07:58 +08:00
github-actions[bot]
e0adfd6055 release: v0.1.0 2024-08-01 07:53:57 +00:00
Zhou xiao
d2c5491a86
fix(report): fixed report path issues and static resource failure to load (#16)
* chore: optimize test case

* chore: optimize test case

* chore: optimize report path

* chore: optimize report path

* chore: delete unless log
2024-07-29 11:42:11 +08:00
Zhou xiao
855f7403a3
feat(report): supports playwright test report generation (#15)
* chore: collect playwright test data

* feat: init

* feat(visualizer-report): add visualizer-report project

* feat(visualizer-report): add visualizer-report project

* chore: add report test data

* chore: add report test data

* chore: optimize generate playwright test data

* chore: optimize report logic

* chore: optimize report logic

* chore: optimize report logic

* chore: optimize report logic

* chore: optimize report logic

* chore(cd): ignore unless code

* chore: modify test command

* chore: optimize sidebar content

* chore: optimize report logic
2024-07-28 17:24:09 +08:00
yuyutaotao
beeebba0fc
feat(web): export puppeteer integration (#11)
* feat: puppeteer integration

* feat: export puppeteer agent

* fix: bug of insight visualizer
2024-07-28 08:49:57 +08:00