Skip to content

Playwright Tests

Playwright Tests #4905

Triggered via schedule October 16, 2023 04:05
Status Success
Total duration 8m 50s
Artifacts

playwright.yml

on: schedule
Playwright Tests (ubuntu-latest, Node.js 18.x)
8m 41s
Playwright Tests (ubuntu-latest, Node.js 18.x)
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 6 warnings, and 1 notice
../../src/tests/theia-output-view.test.ts:33:9 › Theia Output View › should open the output view and check if is visible and active: examples/playwright/src/tests/theia-output-view.test.ts#L1
1) ../../src/tests/theia-output-view.test.ts:33:9 › Theia Output View › should open the output view and check if is visible and active Test timeout of 30000ms exceeded.
../../src/tests/theia-output-view.test.ts:33:9 › Theia Output View › should open the output view and check if is visible and active: examples/playwright/src/theia-view.ts#L75
1) ../../src/tests/theia-output-view.test.ts:33:9 › Theia Output View › should open the output view and check if is visible and active Error: page.waitForSelector: Target closed =========================== logs =========================== waiting for locator('#outputView') to be visible ============================================================ at ../../src/theia-view.ts:75 73 | 74 | async waitForVisible(): Promise<void> { > 75 | await this.page.waitForSelector(this.viewSelector, { state: 'visible' }); | ^ 76 | } 77 | 78 | async isTabVisible(): Promise<boolean> { at TheiaOutputView.waitForVisible (/home/runner/work/theia/theia/examples/playwright/src/theia-view.ts:75:25) at TheiaOutputView.open (/home/runner/work/theia/theia/examples/playwright/src/theia-view.ts:55:20) at TheiaApp.openView (/home/runner/work/theia/theia/examples/playwright/src/theia-app.ts:102:9) at /home/runner/work/theia/theia/examples/playwright/src/tests/theia-output-view.test.ts:34:22
Playwright Tests (ubuntu-latest, Node.js 18.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: GabrielBB/xvfb-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Slow Test: src/tests/theia-output-view.test.ts#L1
src/tests/theia-output-view.test.ts took 46.0s
Slow Test: src/tests/theia-quick-command.test.ts#L1
src/tests/theia-quick-command.test.ts took 40.9s
Slow Test: src/tests/theia-text-editor.test.ts#L1
src/tests/theia-text-editor.test.ts took 23.6s
Slow Test: src/tests/theia-explorer-view.test.ts#L1
src/tests/theia-explorer-view.test.ts took 21.0s
Slow Test: src/tests/theia-preference-view.test.ts#L1
src/tests/theia-preference-view.test.ts took 18.4s
🎭 Playwright Run Summary
1 flaky ../../src/tests/theia-output-view.test.ts:33:9 › Theia Output View › should open the output view and check if is visible and active 71 passed (4.3m)