611 Commits

Author SHA1 Message Date
yuyutaotao
ccd326f3ee
fix: treat textarea as input (#47)
* fix: treat textarea as input

* fix: release script
2024-08-08 20:17:31 +08:00
yuyutaotao
4416c25b1a
fix: release script (#46) 2024-08-08 16:26:27 +08:00
yuyutaotao
0b19e8f13a
feat(cli): implement cli wrapper (#43) 2024-08-08 15:39:07 +08:00
yuyutaotao
56db22a566
fix: remove page instance in dump file (#45) 2024-08-08 15:38:26 +08:00
yuyutaotao
41058a015f
feat: implement the 'sleep' action (#41) 2024-08-07 20:03:13 +08:00
Zhou xiao
292c183107
chore: delete unless file (#42) 2024-08-06 15:01:46 +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 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
Zhou xiao
c17f2c3ac2
Update README.md 2024-08-06 07:39:29 +08:00
Zhou xiao
0a18621f1c
docs: update README.md 2024-08-06 07:38:28 +08:00
Zhou xiao
0e90a0e7e0
docs: update README.md 2024-08-06 07:28:47 +08:00
Zhou xiao
47fe5a708e
doc: update README.md 2024-08-06 07:27:14 +08:00
Zhou xiao
3037cd1c27
docs: optimize words (#37)
* docs: optimize words

* docs: lint content
2024-08-05 20:46:49 +08:00
Zhou xiao
a300a5a642
docs: update README.md 2024-08-05 20:13:03 +08:00
Zhou xiao
0b2127bb72
docs: add video 2024-08-05 20:12:21 +08:00
Zhou xiao
e030f63db9
docs: add cache introduce (#36) 2024-08-05 16:27:02 +08:00
yuyutaotao
0880e3f58e
doc: update docs and log (#35) 2024-08-05 14:59:37 +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
7ee0bdd82a
docs: fix ch quick start (#34)
* docs: fix ch quick start

* workflow(ci): fix lint warn
2024-08-05 10:56:15 +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
dependabot[bot]
2799ffe4df
chore(deps-dev): bump semver from 7.3.7 to 7.5.2 (#28)
Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.7...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-02 23:40:49 +08:00
yutao
4652589fa0 doc: update quick-start guide 2024-08-02 18:17:10 +08:00
dependabot[bot]
2fd4e3a57c
chore(deps-dev): bump minimist from 1.2.5 to 1.2.6 (#27)
* chore(deps-dev): bump minimist from 1.2.5 to 1.2.6

Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.6.
- [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md)
- [Commits](https://github.com/minimistjs/minimist/compare/v1.2.5...v1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: debug ci

* chore: debug ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: yutao <yutao.tao@bytedance.com>
2024-08-02 17:52:48 +08:00
yuyutaotao
0541cea022
feat: update readme (#26)
* feat: update readme

* feat: update readme

* feat: update readme

* feat: update readme

* feat: update readme

* feat: update readme

* feat: update readme
2024-08-02 17:32:02 +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
Zhou xiao
c91118c85c
workflow(cd): add pr label yml file (#23) 2024-08-02 07:31:05 +08:00
github-actions[bot]
00fbf1001b release: v0.1.4 v0.1.4 2024-08-01 13:41:29 +00:00
Zhou xiao
dcc6b23c57
chore(web-report): optimize report command 2024-08-01 21:39:21 +08:00
github-actions[bot]
82124b472e release: v0.1.3 v0.1.3 2024-08-01 13:31:21 +00:00
Zhou xiao
06cde6c6a6
fix(web-report): fixed the report folder issue (#22)
* fix(web-report): fix report dir

* chore: fix langsmith wrapper

* chore: fix langsmith wrapper

* chore: fix langsmith wrapper
2024-08-01 21:29:27 +08:00
github-actions[bot]
5b39b35f6b release: v0.1.2 v0.1.2 2024-08-01 12:23:57 +00:00
Zhou xiao
1c15fd691a
fix(web-report): modified the report generation command to fix the report generation failure (#20)
* chore: update report logic

* chore: update report logic

* chore: update report logic

* chore: update report logic
2024-08-01 19:28:30 +08:00
github-actions[bot]
1c2d76ad2d release: v0.1.1 v0.1.1 2024-08-01 08:39:58 +00:00
Zhou xiao
7a311438d7
workflow(cd): fix core 'langsmith/wrappers' deps error (#19)
* workflow(cd): fix core 'langsmith/wrappers' deps error

* workflow(cd): fix core 'langsmith/wrappers' deps error
2024-08-01 16:37:58 +08: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 v0.1.0 2024-08-01 07:53:57 +00:00
Zhou xiao
cd775aff41
feat(web): added ai cache capability (#18)
* chore: optimize test case

* chore: optimize test case

* chore: optimize report path

* chore: add task cache logic

* refactor(report): optimize ai report

* chore: save cache logic

* chore: modify cache logic

* chore: modify cache logic

* chore: modify cache logic

* chore: modify unit test case

* chore: modify unit test case

* chore: optimize  test case

* chore: add cache logic

* chore: optimize cache logic

* chore: optimize cache logic

* chore: optimize cache logic

* chore: update cache file

* chore: update cache file

* chore: update cache file

* chore: update cache file

* chore: Added cache version determination

* chore: Added cache version determination

* chore: add cache logic

* refactor(web): use hash replace index number id

* chore: add cache logic

* chore: fix unit test snapshot

* chore: update snapshot

* chore: update snapshot

* chore: update snapshot

* chore: update snapshot

* chore: update snapshot

* chore: add cache test

* chore: optimize test command

* chore: optimize cache logic

* chore: optimize cache logic

* chore: update snapshot

* chore: update cache

* chore: delete unless file

* chore: update test data

* chore: update test data

* chore: fix build command

* chore: update cache logic
2024-08-01 15:46:40 +08: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
Zhou xiao
bb27afe37c
chore: delete unless file and optimize ci/cd command (#14) 2024-07-26 07:10:09 +08:00
github-actions[bot]
f90a796176 release: v0.0.1 v0.0.1 2024-07-25 22:54:50 +00:00
Zhou xiao
e389212c4f
workflow(cd): fix the release build error (#13)
* workflow(cd): fix release fail

* workflow(cd): fix the release build error

* chore: fix release script
2024-07-26 06:53:25 +08:00