-
Notifications
You must be signed in to change notification settings - Fork 419
feat: add @opensumi/playwright package #1263
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0f7c406
to
38a5b09
Compare
新增如下测试案例及工具方法:
预览效果: Kapture.2022-08-04.at.23.44.40.mp4 |
e6ddb95
to
ef48535
Compare
518a3ae
to
c85fddf
Compare
340fa8f
to
d0e3797
Compare
Codecov Report
@@ Coverage Diff @@
## main #1263 +/- ##
==========================================
- Coverage 57.90% 57.87% -0.03%
==========================================
Files 1250 1251 +1
Lines 77916 77996 +80
Branches 16263 16275 +12
==========================================
+ Hits 45115 45140 +25
- Misses 29869 29918 +49
- Partials 2932 2938 +6
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
4a3f631
to
e55f5ae
Compare
bytemain
reviewed
Aug 18, 2022
bytemain
previously approved these changes
Aug 18, 2022
修改相应的 Breaking Change 文档如下:问题/输出面板 ContainerID 修改 |
bytemain
approved these changes
Aug 22, 2022
songhn233
pushed a commit
to songhn233/opensumi
that referenced
this pull request
Aug 23, 2022
* 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
1 task
erha19
added a commit
that referenced
this pull request
Aug 25, 2022
* refactor: archiver & yauzl -> compressing * chore: clear package.json config * refactor(script): download unzip with compressing * chore: clear package.json config * refactor: review issue fix * chore: comment format * chore: clear misc * chore: remove type assertion * fix: update test * refactor: archiver & yauzl -> compressing * chore: clear package.json config * refactor(script): download unzip with compressing * chore: clear package.json config * refactor: review issue fix * chore: comment format * chore: clear misc * chore: remove type assertion * feat: shortcut-adaptation-of-alt+0 (#1540) * feat: shortcut adaptation of alt+9 (#1544) * fix: toolbar action button not middle (#1543) * fix: terminal contextmenu prevent default (#1545) * fix: diff editor previous/next mouse position (#1555) * 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 * fix: dirty count calculate mistake (#1550) * fix: editor title menu should always worked (#1549) * fix: cancel long time save operator (#1554) * v2.19.9 * fix: update test * fix: update test * chore: update compressing version Co-authored-by: Dan <[email protected]> Co-authored-by: iamxukai <[email protected]> Co-authored-by: John <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Types
Background or solution
preview test:

Changelog
add @opensumi/playwright package