Skip to content
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

test: implement run debug e2e test case #1787

Merged
merged 9 commits into from
Oct 28, 2022
Merged

test: implement run debug e2e test case #1787

merged 9 commits into from
Oct 28, 2022

Conversation

Ricbet
Copy link
Member

@Ricbet Ricbet commented Oct 13, 2022

Types

  • ⏱ Tests

Background or solution

Changelog

新增 "断点调试" e2e 测试

@Ricbet Ricbet requested review from hacke2 and erha19 October 13, 2022 10:19
@Ricbet Ricbet self-assigned this Oct 13, 2022
@erha19
Copy link
Member

erha19 commented Oct 17, 2022

@Ricbet 这个测试还是挂的

@Ricbet
Copy link
Member Author

Ricbet commented Oct 17, 2022

@Ricbet 这个测试还是挂的

感觉是不是因为 ci 环境没有 node debug 插件?

@erha19
Copy link
Member

erha19 commented Oct 17, 2022

@Ricbet CI 内的插件是通过 download:extensions 脚本安装的,与框架默认启动的内置插件应该是一致的

@Ricbet Ricbet force-pushed the test/debug-e2e branch 4 times, most recently from d0b6a60 to 1aba136 Compare October 24, 2022 12:05
@Ricbet Ricbet force-pushed the test/debug-e2e branch 2 times, most recently from 2e2cb06 to 04dd2f7 Compare October 27, 2022 06:33
@Ricbet Ricbet changed the title test: implement run debug e2e test case WIP: test: implement run debug e2e test case Oct 27, 2022
@codecov
Copy link

codecov bot commented Oct 27, 2022

Codecov Report

Base: 15.89% // Head: 57.62% // Increases project coverage by +41.73% 🎉

Coverage data is based on head (4e48408) compared to base (76efb84).
Patch has no changes to coverable lines.

❗ Current head 4e48408 differs from pull request most recent head fc68bce. Consider uploading reports for the commit fc68bce to get more accurate results

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #1787       +/-   ##
===========================================
+ Coverage   15.89%   57.62%   +41.73%     
===========================================
  Files        1284     1284               
  Lines       80390    80390               
  Branches    16823    16823               
===========================================
+ Hits        12775    46328    +33553     
+ Misses      61806    30980    -30826     
+ Partials     5809     3082     -2727     
Flag Coverage Δ
jsdom 52.39% <ø> (?)
node 15.89% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
packages/utils/src/path.ts 77.89% <0.00%> (+0.98%) ⬆️
packages/utils/src/errors.ts 46.05% <0.00%> (+1.31%) ⬆️
packages/utils/src/map.ts 84.33% <0.00%> (+1.35%) ⬆️
packages/core-browser/src/menu/next/menu-id.ts 100.00% <0.00%> (+1.38%) ⬆️
packages/editor/src/common/editor.ts 100.00% <0.00%> (+2.08%) ⬆️
packages/task/src/browser/problem-line-matcher.ts 2.21% <0.00%> (+2.21%) ⬆️
...ension/src/common/vscode/testing/testCollection.ts 2.55% <0.00%> (+2.55%) ⬆️
...rminal-next/src/browser/terminal.ext.host.proxy.ts 2.63% <0.00%> (+2.63%) ⬆️
packages/core-common/src/reference.ts 98.64% <0.00%> (+2.70%) ⬆️
packages/editor/src/browser/index.ts 73.61% <0.00%> (+2.77%) ⬆️
... and 785 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Ricbet Ricbet changed the title WIP: test: implement run debug e2e test case test: implement run debug e2e test case Oct 28, 2022
@erha19 erha19 merged commit 26c8835 into main Oct 28, 2022
@erha19 erha19 deleted the test/debug-e2e branch October 28, 2022 08:27
erha19 added a commit that referenced this pull request Oct 28, 2022
* test: implement debug breakpoint editor glyph margin test case

* test: code

* test: implement run debug test case

* fix: ci

* fix: ci

* fix: ci

* chore: fix ci

* test: implement debug breakpoint editor glyph margin test case

* fix: improve debug code

Co-authored-by: kuiwu <danwu.wdw@alibaba-inc.com>
erha19 added a commit that referenced this pull request Oct 31, 2022
* test: add opened editor e2e test

* chore: update split editor timeout

* chore: trigger editor title menu by id

* feat: 优化部分启动逻辑 (#1772)

* feat: optimize initialize performance

* chore: deps

* refactor: (wip) add lifecycle service

* refactor: (wip)

* refactor: 重构 vscode contributes 运行机制

* fix: test case

* chore: unused code

* refactor: register language logic

* chore: test case

* chore: test case

* chore: revert config

* fix: theme contribution

* chore: update comments

* chore: fix build error

Co-authored-by: Dan <danwu.wdw@alibaba-inc.com>

* chore: update labeler.yml

* fix: some event should not be dispose while switch session (#1866)

* refactor: parallel open resource (#1873)

* chore: improve append view performance (#1871)

* chore: improve append view performance

* chore: improve append view performance

* fix: submenus error (#1867)

* chore: update view quick open prefix (#1869)

* test: implement run debug e2e test case (#1787)

* test: implement debug breakpoint editor glyph margin test case

* test: code

* test: implement run debug test case

* fix: ci

* fix: ci

* fix: ci

* chore: fix ci

* test: implement debug breakpoint editor glyph margin test case

* fix: improve debug code

Co-authored-by: kuiwu <danwu.wdw@alibaba-inc.com>

* chore: change filetree context menu order (#1868)

* chore: fix new file test

Co-authored-by: 大表哥 <xubing.bxb@alibaba-inc.com>
Co-authored-by: John <qingyi.xjh@antgroup.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants