core icon indicating copy to clipboard operation
core copied to clipboard

test: implement run debug e2e test case

Open Ricbet opened this issue 3 years ago • 3 comments

Types

  • [x] ⏱ Tests

Background or solution

Changelog

新增 "断点调试" e2e 测试

Ricbet avatar Oct 13 '22 10:10 Ricbet

@Ricbet 这个测试还是挂的

erha19 avatar Oct 17 '22 02:10 erha19

@Ricbet 这个测试还是挂的

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

Ricbet avatar Oct 17 '22 02:10 Ricbet

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

erha19 avatar Oct 17 '22 02:10 erha19

Codecov Report

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

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

:exclamation: 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%) :arrow_up:
packages/utils/src/errors.ts 46.05% <0.00%> (+1.31%) :arrow_up:
packages/utils/src/map.ts 84.33% <0.00%> (+1.35%) :arrow_up:
packages/core-browser/src/menu/next/menu-id.ts 100.00% <0.00%> (+1.38%) :arrow_up:
packages/editor/src/common/editor.ts 100.00% <0.00%> (+2.08%) :arrow_up:
packages/task/src/browser/problem-line-matcher.ts 2.21% <0.00%> (+2.21%) :arrow_up:
...ension/src/common/vscode/testing/testCollection.ts 2.55% <0.00%> (+2.55%) :arrow_up:
...rminal-next/src/browser/terminal.ext.host.proxy.ts 2.63% <0.00%> (+2.63%) :arrow_up:
packages/core-common/src/reference.ts 98.64% <0.00%> (+2.70%) :arrow_up:
packages/editor/src/browser/index.ts 73.61% <0.00%> (+2.77%) :arrow_up:
... 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.

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

codecov[bot] avatar Oct 27 '22 15:10 codecov[bot]