refactor: remove mobx #5550
e2e.yml
on: pull_request
ubuntu-latest, Node.js 20.x
18m 41s
Annotations
9 errors, 7 warnings, and 1 notice
../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing:
tools/playwright/src/tests/explorer-view.test.ts#L329
1) ../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing
Error: expect(received).toBeFalsy()
Received: true
327 | await app.page.waitForTimeout(1000);
328 | // Default to be visibled
> 329 | expect(await outlineView.isVisible()).toBeFalsy();
| ^
330 | await app.page.reload();
331 | await app.page.waitForTimeout(2000);
332 | expect(await outlineView.isVisible()).toBeFalsy();
at /home/runner/work/core/core/tools/playwright/src/tests/explorer-view.test.ts:329:43
|
../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing:
tools/playwright/src/tests/explorer-view.test.ts#L329
1) ../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFalsy()
Received: true
327 | await app.page.waitForTimeout(1000);
328 | // Default to be visibled
> 329 | expect(await outlineView.isVisible()).toBeFalsy();
| ^
330 | await app.page.reload();
331 | await app.page.waitForTimeout(2000);
332 | expect(await outlineView.isVisible()).toBeFalsy();
at /home/runner/work/core/core/tools/playwright/src/tests/explorer-view.test.ts:329:43
|
../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing:
tools/playwright/src/tests/explorer-view.test.ts#L329
1) ../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFalsy()
Received: true
327 | await app.page.waitForTimeout(1000);
328 | // Default to be visibled
> 329 | expect(await outlineView.isVisible()).toBeFalsy();
| ^
330 | await app.page.reload();
331 | await app.page.waitForTimeout(2000);
332 | expect(await outlineView.isVisible()).toBeFalsy();
at /home/runner/work/core/core/tools/playwright/src/tests/explorer-view.test.ts:329:43
|
../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing:
tools/playwright/src/tests/explorer-view.test.ts#L329
1) ../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFalsy()
Received: true
327 | await app.page.waitForTimeout(1000);
328 | // Default to be visibled
> 329 | expect(await outlineView.isVisible()).toBeFalsy();
| ^
330 | await app.page.reload();
331 | await app.page.waitForTimeout(2000);
332 | expect(await outlineView.isVisible()).toBeFalsy();
at /home/runner/work/core/core/tools/playwright/src/tests/explorer-view.test.ts:329:43
|
../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing:
tools/playwright/src/tests/explorer-view.test.ts#L329
1) ../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFalsy()
Received: true
327 | await app.page.waitForTimeout(1000);
328 | // Default to be visibled
> 329 | expect(await outlineView.isVisible()).toBeFalsy();
| ^
330 | await app.page.reload();
331 | await app.page.waitForTimeout(2000);
332 | expect(await outlineView.isVisible()).toBeFalsy();
at /home/runner/work/core/core/tools/playwright/src/tests/explorer-view.test.ts:329:43
|
../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing:
tools/playwright/src/tests/explorer-view.test.ts#L329
1) ../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing
Retry #5 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeFalsy()
Received: true
327 | await app.page.waitForTimeout(1000);
328 | // Default to be visibled
> 329 | expect(await outlineView.isVisible()).toBeFalsy();
| ^
330 | await app.page.reload();
331 | await app.page.waitForTimeout(2000);
332 | expect(await outlineView.isVisible()).toBeFalsy();
at /home/runner/work/core/core/tools/playwright/src/tests/explorer-view.test.ts:329:43
|
../../src/tests/extension.test.ts:42:7 › OpenSumi Extension › The scm TreeNode view need reShow:
tools/playwright/src/tests/extension.test.ts#L1
2) ../../src/tests/extension.test.ts:42:7 › OpenSumi Extension › The scm TreeNode view need reShow
Test timeout of 60000ms exceeded.
|
../../src/tests/extension.test.ts:42:7 › OpenSumi Extension › The scm TreeNode view need reShow:
tools/playwright/src/tests/extension.test.ts#L49
2) ../../src/tests/extension.test.ts:42:7 › OpenSumi Extension › The scm TreeNode view need reShow
Error: page.waitForTimeout: Test ended.
47 | const node = await scm.scmView.getTreeNode();
48 | expect(node).toBeNull();
> 49 | await app.page.waitForTimeout(4000);
| ^
50 | const newNode = await scm.scmView.getTreeNode();
51 | expect(newNode).toBeTruthy();
52 | });
at /home/runner/work/core/core/tools/playwright/src/tests/extension.test.ts:49:20
|
ubuntu-latest, Node.js 20.x
Process completed with exit code 1.
|
ubuntu-latest, Node.js 20.x
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Slow Test:
src/tests/debug.test.ts#L1
src/tests/debug.test.ts took 1.5m
|
Slow Test:
src/tests/editor.test.ts#L1
src/tests/editor.test.ts took 1.3m
|
Slow Test:
src/tests/scm.test.ts#L1
src/tests/scm.test.ts took 45.5s
|
Slow Test:
src/tests/search-view.test.ts#L1
src/tests/search-view.test.ts took 44.3s
|
Slow Test:
src/tests/file-search.test.ts#L1
src/tests/file-search.test.ts took 22.5s
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
1 failed
../../src/tests/explorer-view.test.ts:320:7 › OpenSumi Explorer Panel › the visible state of outline panel should be restored after refreshing
1 flaky
../../src/tests/extension.test.ts:42:7 › OpenSumi Extension › The scm TreeNode view need reShow
52 passed (13.8m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
1 MB |
|