Commit Graph

3 Commits

Author SHA1 Message Date
野声 4b389d9c67
refactor: organize dependencies (#3977) 2024-08-30 14:01:40 +08:00
Artin 73880e4e23
build: use yarn workspace (#1954) 2022-11-21 19:23:26 +08:00
Dan c26945d8f9
feat: add @opensumi/playwright package (#1263)
* feat: add @opensumi/playwright package

* feat: add view containers id into elements

* feat: add quick command palette handler and rename testname

* feat: support open view command and command palette

* test: support open any view anytime

* chore: support debug current playwright test

* feat: support custom workspace files with the test

* feat: support calling context menu on anywhere

* chore: skip copy/paste case cause the permission issue

* test: open file without preview mode

* chore: waiting for goto symbol

* chore: resolve fix error

* chore: fix test error

* chore: add e2e github action

* chore: update e2e.yml

* chore: ignore playwright lib for eslint

* chore: add logger mock

* chore: add parallel execution

* chore: use ubuntu-20.04

* chore: move some deps to devDependences

* chore: use other playwright action

* chore: run init & test

* chore: fix test command

* chore: add extension download script

* chore: add template folder for test

* chore: add miniSize property

* chore: support clipboard api test

* chore: upload test results

* chore: not use headless test

* chore: update report result

* chore: fix typo
2022-08-22 11:37:50 +08:00