WIP: feat: support multiple async apply #6389
e2e.yml
on: pull_request
ubuntu-latest, Node.js 20.x
10m 28s
Annotations
10 errors and 1 notice
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked:
tools/playwright/src/tests/debug.test.ts#L42
1) ../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
Retry #5 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
40 | // 此时元素 dom 结构已经改变,需要重新获取
41 | const marginWidgets = await glyphMarginModel.getGlyphMarginWidgets(6);
> 42 | expect(marginWidgets).toBeDefined();
| ^
43 | if (!marginWidgets) {
44 | return;
45 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:42:27
|
../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked:
tools/playwright/src/tests/debug.test.ts#L57
2) ../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked ──────────────
Error: expect(received).toBeDefined()
Received: undefined
55 | const glyphMarginModel = await editor.getGlyphMarginModel();
56 | let glyphOverlay = await glyphMarginModel.getGlyphMarginWidgets(6);
> 57 | expect(glyphOverlay).toBeDefined();
| ^
58 | if (!glyphOverlay) {
59 | return;
60 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:57:26
|
../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked:
tools/playwright/src/tests/debug.test.ts#L57
2) ../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked ──────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
55 | const glyphMarginModel = await editor.getGlyphMarginModel();
56 | let glyphOverlay = await glyphMarginModel.getGlyphMarginWidgets(6);
> 57 | expect(glyphOverlay).toBeDefined();
| ^
58 | if (!glyphOverlay) {
59 | return;
60 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:57:26
|
../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked:
tools/playwright/src/tests/debug.test.ts#L57
2) ../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked ──────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
55 | const glyphMarginModel = await editor.getGlyphMarginModel();
56 | let glyphOverlay = await glyphMarginModel.getGlyphMarginWidgets(6);
> 57 | expect(glyphOverlay).toBeDefined();
| ^
58 | if (!glyphOverlay) {
59 | return;
60 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:57:26
|
../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked:
tools/playwright/src/tests/debug.test.ts#L57
2) ../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked ──────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeDefined()
Received: undefined
55 | const glyphMarginModel = await editor.getGlyphMarginModel();
56 | let glyphOverlay = await glyphMarginModel.getGlyphMarginWidgets(6);
> 57 | expect(glyphOverlay).toBeDefined();
| ^
58 | if (!glyphOverlay) {
59 | return;
60 | }
at /home/runner/work/core/core/tools/playwright/src/tests/debug.test.ts:57:26
|
🎭 Playwright Run Summary
2 failed
../../src/tests/debug.test.ts:34:7 › OpenSumi Debug › Debug breakpoint editor glyph margin should be worked
../../src/tests/debug.test.ts:50:7 › OpenSumi Debug › Run Debug should be worked ───────────────
51 did not run
1 passed (4.5m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
1.17 MB |
|