chore(deps): update github-actions #12856
test.yml
on: pull_request
Matrix: test-rust / test
build
/
get-merge-base
16s
code-style-check
1m 6s
test-rust
/
rustfmt
47s
test-rust
/
clippy
1m 36s
test-typos
17s
Matrix: build / build-all
Matrix: playwright-linux
Matrix: playwright-web-elements
Matrix: test-vitest
Matrix: web-core-wasm-e2e
benchmark
/
nodejs-benchmark
6m 23s
eslint
/
check
4m 15s
test-api
/
check
2m 11s
test-publish
/
check
3m 9s
test-react
/
check
2m 31s
test-type
/
check
2m 11s
website
/
build
2m 3s
lighthouse
/
check
4m 6s
Matrix: bundle-analysis / build
Done
5s
Annotations
20 errors, 33 warnings, and 7 notices
|
test-typos
Process completed with exit code 2.
|
|
[firefox] › tests/web-elements.spec.ts:853:5 › web-elements test suite › x-foldview-ng › x-foldview-ng/basic-toolbar-in-lynx-wrapper:
packages/web-platform/web-elements/tests/web-elements.spec.ts#L859
2) [firefox] › tests/web-elements.spec.ts:853:5 › web-elements test suite › x-foldview-ng › x-foldview-ng/basic-toolbar-in-lynx-wrapper
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('x-foldview-slot-ng')
Expected: "200px"
Received: ""
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('x-foldview-slot-ng')
857 | await gotoWebComponentPage(page, title);
858 | await wait(500);
> 859 | expect(page.locator('x-foldview-slot-ng')).toHaveCSS('top', '200px');
| ^
860 | });
861 | test('x-foldview-ng/size-parent-grow-children-specific', async ({
862 | page,
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-elements/tests/web-elements.spec.ts:859:50
|
|
Playwright ALL_ON_UI-CSR (1/3) / check
Executing the custom container implementation failed. Please contact your self hosted runner administrator.
|
|
Playwright ALL_ON_UI-CSR (1/3) / check
Process completed with exit code 1.
|
|
Playwright ALL_ON_UI-CSR (1/3) / check
Error: failed to run script step: command terminated with non-zero exit code: error executing command [sh -e /__w/_temp/339071e0-1721-11f1-b637-055bf3373e25.sh], exit code 1
|
|
[webkit] › tests/react.spec.ts:4679:7 › reactlynx3 tests › elements › list › basic-element-list-remove-action:
packages/web-platform/web-tests/tests/react.spec.ts#L4687
3) [webkit] › tests/react.spec.ts:4679:7 › reactlynx3 tests › elements › list › basic-element-list-remove-action
Error: expect(received).resolves.toBe(expected) // Object.is equality
Expected: 4
Received: 0
4685 | // Initial state: loading = true
4686 | // Expected: 1, 2, 3, 5
> 4687 | await expect(page.locator('list-item').count()).resolves.toBe(4);
| ^
4688 | let ids = await page.locator('list-item').evaluateAll((items) =>
4689 | items.map((i) => i.id)
4690 | );
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:4687:68
|
|
[webkit] › tests/react.spec.ts:2139:7 › reactlynx3 tests › elements › lynx-view › basic-element-lynx-view-not-auto:
packages/web-platform/web-tests/tests/react.spec.ts#L2141
2) [webkit] › tests/react.spec.ts:2139:7 › reactlynx3 tests › elements › lynx-view › basic-element-lynx-view-not-auto
Error: page.evaluate: TypeError: null is not an object (evaluating 'document.querySelector('lynx-view').setAttribute')
2139 | test('basic-element-lynx-view-not-auto', async ({ page }, { title }) => {
2140 | await goto(page, title);
> 2141 | await page.evaluate(() => {
| ^
2142 | document.querySelector('lynx-view')!.setAttribute('width', '100vw');
2143 | document.querySelector('lynx-view')!.setAttribute('height', '100vh');
2144 | document.querySelector('lynx-view')!.setAttribute(
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:2141:20
|
|
[webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance:
packages/web-platform/web-tests/tests/react.spec.ts#L1145
1) [webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance ────────
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "create_lynx_start"
Received array: ["load_core_start", "load_core_end", "hydrateParseSnapshotStart", "hydrateParseSnapshotEnd", "diffVdomStart", "diffVdomEnd", "packChangesStart", "packChangesEnd", "dispatch_start", "layout_start", …]
1143 | return Object.keys(globalThis.timing);
1144 | });
> 1145 | expect(timingKeys).toContain('create_lynx_start');
| ^
1146 | expect(timingKeys).toContain('dispatch_start');
1147 | expect(timingKeys).toContain('layout_start');
1148 | expect(timingKeys).toContain('layout_end');
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:1145:26
|
|
[webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance:
packages/web-platform/web-tests/tests/react.spec.ts#L1145
1) [webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance ────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "create_lynx_start"
Received array: ["load_core_start", "load_core_end", "hydrateParseSnapshotStart", "hydrateParseSnapshotEnd", "diffVdomStart", "diffVdomEnd", "packChangesStart", "packChangesEnd", "dispatch_start", "layout_start", …]
1143 | return Object.keys(globalThis.timing);
1144 | });
> 1145 | expect(timingKeys).toContain('create_lynx_start');
| ^
1146 | expect(timingKeys).toContain('dispatch_start');
1147 | expect(timingKeys).toContain('layout_start');
1148 | expect(timingKeys).toContain('layout_end');
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:1145:26
|
|
[webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance:
packages/web-platform/web-tests/tests/react.spec.ts#L1145
1) [webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance ────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "create_lynx_start"
Received array: ["load_core_start", "load_core_end", "hydrateParseSnapshotStart", "hydrateParseSnapshotEnd", "diffVdomStart", "diffVdomEnd", "packChangesStart", "packChangesEnd", "dispatch_start", "layout_start", …]
1143 | return Object.keys(globalThis.timing);
1144 | });
> 1145 | expect(timingKeys).toContain('create_lynx_start');
| ^
1146 | expect(timingKeys).toContain('dispatch_start');
1147 | expect(timingKeys).toContain('layout_start');
1148 | expect(timingKeys).toContain('layout_end');
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:1145:26
|
|
[webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance:
packages/web-platform/web-tests/tests/react.spec.ts#L1145
1) [webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance ────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "create_lynx_start"
Received array: ["load_core_start", "load_core_end", "hydrateParseSnapshotStart", "hydrateParseSnapshotEnd", "diffVdomStart", "diffVdomEnd", "packChangesStart", "packChangesEnd", "dispatch_start", "layout_start", …]
1143 | return Object.keys(globalThis.timing);
1144 | });
> 1145 | expect(timingKeys).toContain('create_lynx_start');
| ^
1146 | expect(timingKeys).toContain('dispatch_start');
1147 | expect(timingKeys).toContain('layout_start');
1148 | expect(timingKeys).toContain('layout_end');
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:1145:26
|
|
[chromium] › tests/reactlynx.spec.ts:852:5 › reactlynx3 tests › basic › basic-bindmouse:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L865
3) [chromium] › tests/reactlynx.spec.ts:852:5 › reactlynx3 tests › basic › basic-bindmouse ───────
Error: mouse up event captured
expect(locator).toHaveCSS(expected) failed
Locator: locator('#target2')
Expected: "rgb(0, 128, 0)"
Received: "rgb(255, 192, 203)"
Call log:
- mouse up event captured with timeout 5000ms
- waiting for locator('#target2')
2 × locator resolved to <x-view id="target2"></x-view>
- unexpected value "rgb(255, 192, 203)"
863 | 'rgb(0, 128, 0)',
864 | ); // green
> 865 | expect(page.locator('#target2'), 'mouse up event captured').toHaveCSS(
| ^
866 | 'background-color',
867 | 'rgb(0, 128, 0)',
868 | ); // green
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:865:69
|
|
[webkit] › tests/reactlynx.spec.ts:3687:7 › reactlynx3 tests › elements › x-swiper › basic-element-x-swiper-swiper-dynamic:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L24
2) [webkit] › tests/reactlynx.spec.ts:3687:7 › reactlynx3 tests › elements › x-swiper › basic-element-x-swiper-swiper-dynamic
Error: expect(page).toHaveScreenshot(expected) failed
25764 pixels (ratio 0.10 of all image pixels) are different.
Snapshot: x-swiper/dynamic-status-0/index.png
Call log:
- Expect "toHaveScreenshot(x-swiper/dynamic-status-0/index.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- waiting for fonts to load...
- fonts loaded
- 25764 pixels (ratio 0.10 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 25764 pixels (ratio 0.10 of all image pixels) are different.
22 | >[0],
23 | ) => {
> 24 | await expect(page).toHaveScreenshot([
| ^
25 | `${caseName}`,
26 | `${subcaseName}`,
27 | `${label}.png`,
at diffScreenShot (/__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:24:22)
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:3692:17
|
|
[webkit] › tests/reactlynx.spec.ts:1680:7 › reactlynx3 tests › apis › api-exposure › api-exposure-stop-events-has-dataset:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L1693
1) [webkit] › tests/reactlynx.spec.ts:1680:7 › reactlynx3 tests › apis › api-exposure › api-exposure-stop-events-has-dataset
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "pass:dataset1"
Received array: []
1691 | await page.locator('#button').click();
1692 | await wait(100);
> 1693 | expect(message).toContain('pass:dataset1');
| ^
1694 | expect(message).toContain('pass:dataset2');
1695 | });
1696 | test(
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:1693:25
|
|
[chromium] › tests/react.spec.ts:3217:7 › reactlynx3 tests › elements › x-overlay-ng › basic-element-x-overlay-ng-demo:
packages/web-platform/playwright-fixtures/src/coverage-fixture.ts#L30
5) [chromium] › tests/react.spec.ts:3217:7 › reactlynx3 tests › elements › x-overlay-ng › basic-element-x-overlay-ng-demo
Error: coverage.startJSCoverage: Test ended.
at ../playwright-fixtures/src/coverage-fixture.ts:30
28 | return;
29 | }
> 30 | await page.coverage.startJSCoverage({
| ^
31 | reportAnonymousScripts: true,
32 | resetOnNavigation: true,
33 | });
at BrowserContext.<anonymous> (/__w/lynx-stack/lynx-stack/packages/web-platform/playwright-fixtures/src/coverage-fixture.ts:30:27)
|
|
[chromium] › tests/react.spec.ts:2555:7 › reactlynx3 tests › elements › svg › basic-element-svg-bindload:
packages/web-platform/playwright-fixtures/src/coverage-fixture.ts#L30
4) [chromium] › tests/react.spec.ts:2555:7 › reactlynx3 tests › elements › svg › basic-element-svg-bindload
Error: coverage.startJSCoverage: Test ended.
at ../playwright-fixtures/src/coverage-fixture.ts:30
28 | return;
29 | }
> 30 | await page.coverage.startJSCoverage({
| ^
31 | reportAnonymousScripts: true,
32 | resetOnNavigation: true,
33 | });
at BrowserContext.<anonymous> (/__w/lynx-stack/lynx-stack/packages/web-platform/playwright-fixtures/src/coverage-fixture.ts:30:27)
|
|
[chromium] › tests/react.spec.ts:2100:5 › reactlynx3 tests › configs › config-mode-dev-with-all-in-one:
packages/web-platform/playwright-fixtures/src/coverage-fixture.ts#L30
3) [chromium] › tests/react.spec.ts:2100:5 › reactlynx3 tests › configs › config-mode-dev-with-all-in-one
Error: coverage.startJSCoverage: Test ended.
at ../playwright-fixtures/src/coverage-fixture.ts:30
28 | return;
29 | }
> 30 | await page.coverage.startJSCoverage({
| ^
31 | reportAnonymousScripts: true,
32 | resetOnNavigation: true,
33 | });
at BrowserContext.<anonymous> (/__w/lynx-stack/lynx-stack/packages/web-platform/playwright-fixtures/src/coverage-fixture.ts:30:27)
|
|
[chromium] › tests/react.spec.ts:745:5 › reactlynx3 tests › basic › basic-lazy-component-when-need-with-itself:
packages/web-platform/playwright-fixtures/src/coverage-fixture.ts#L30
2) [chromium] › tests/react.spec.ts:745:5 › reactlynx3 tests › basic › basic-lazy-component-when-need-with-itself
Error: coverage.startJSCoverage: Test ended.
at ../playwright-fixtures/src/coverage-fixture.ts:30
28 | return;
29 | }
> 30 | await page.coverage.startJSCoverage({
| ^
31 | reportAnonymousScripts: true,
32 | resetOnNavigation: true,
33 | });
at BrowserContext.<anonymous> (/__w/lynx-stack/lynx-stack/packages/web-platform/playwright-fixtures/src/coverage-fixture.ts:30:27)
|
|
[firefox] › tests/reactlynx.spec.ts:4547:7 › reactlynx3 tests › elements › list › basic-element-list-basic:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L4576
2) [firefox] › tests/reactlynx.spec.ts:4547:7 › reactlynx3 tests › elements › list › basic-element-list-basic
Error: expect(received).toBeTruthy()
Received: false
4574 | });
4575 | await wait(1000);
> 4576 | expect(scrolled).toBeTruthy();
| ^
4577 | expect(scrollend).toBeTruthy();
4578 | },
4579 | );
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:4576:28
|
|
Done
Process completed with exit code 1.
|
|
test-typos:
packages/web-platform/web-elements/src/elements/XText/XTextTruncation.ts#L413
"mesaurement" should be "measurement".
|
|
test-typos:
packages/web-platform/web-elements/src/elements/XText/XTextTruncation.ts#L412
"mesaurement" should be "measurement".
|
|
test-typos:
packages/web-platform/web-elements/src/elements/XText/XTextTruncation.ts#L410
"mesaurement" should be "measurement".
|
|
test-typos:
packages/web-platform/web-elements/src/elements/XText/XTextTruncation.ts#L409
"mesaurement" should be "measurement".
|
|
test-rust / Test (Ubuntu)
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
test-type / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
test-api / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
test-react / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Playwright Web Elements Test (2/2) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Playwright Web Elements Test (1/2) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
test-publish / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Playwright ALL_ON_UI-SSR (1/3) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Playwright ALL_ON_UI-CSR (3/3) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Playwright ALL_ON_UI-CSR (1/3) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Playwright CSR (1/2) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Playwright ALL_ON_UI-SSR (2/3) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Playwright CSR (2/2) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Playwright ALL_ON_UI-CSR (2/3) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Playwright ALL_ON_UI-SSR (3/3) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
eslint / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
eslint / check:
packages/rspeedy/core/test/cli/dev.test.ts#L393
Disabled test - if you want to skip a test temporarily, use .todo() instead
|
|
eslint / check:
examples/motion/src/iOSSlider/index.tsx#L81
React Hook useEffect has a missing dependency: 'initEffects'. Either include it or remove the dependency array
|
|
eslint / check:
examples/motion/src/Text/index.tsx#L38
React Hook useEffect has missing dependencies: 'endAnimation' and 'startAnimation'. Either include them or remove the dependency array
|
|
eslint / check:
examples/motion/src/Stagger/index.tsx#L32
React Hook useEffect has missing dependencies: 'endAnimation' and 'startAnimation'. Either include them or remove the dependency array
|
|
eslint / check:
examples/motion/src/Spring/index.tsx#L36
React Hook useEffect has missing dependencies: 'endAnimation' and 'startAnimation'. Either include them or remove the dependency array
|
|
eslint / check:
examples/motion/src/MotionValue/index.tsx#L60
React Hook useEffect has missing dependencies: 'endAnimation' and 'startAnimation'. Either include them or remove the dependency array
|
|
eslint / check:
examples/motion/src/ColorInterception/index.tsx#L42
React Hook useEffect has missing dependencies: 'endAnimation' and 'startAnimation'. Either include them or remove the dependency array
|
|
eslint / check:
examples/motion/src/BasicSelector/index.tsx#L39
React Hook useEffect has missing dependencies: 'endAnimation' and 'startAnimation'. Either include them or remove the dependency array
|
|
eslint / check:
examples/motion/src/BasicPercent/index.tsx#L41
React Hook useEffect has missing dependencies: 'endAnimation' and 'startAnimation'. Either include them or remove the dependency array
|
|
eslint / check:
examples/motion/src/Basic/index.tsx#L44
React Hook useEffect has missing dependencies: 'endAnimation' and 'startAnimation'. Either include them or remove the dependency array
|
|
lighthouse / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Vitest (Ubuntu) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
Vitest (Windows) / check
This action is being deprecated in favor of 'codecov-action'.
Please update CI accordingly to use 'codecov-action@v5' with
'report_type: test_results'.
The 'codecov-action' should and can be run at least once for
coverage and once for test results
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › tests/web-elements.spec.ts:3097:5 › web-elements test suite › x-refresh-view › x-refresh-view/pull
[firefox] › tests/web-elements.spec.ts:853:5 › web-elements test suite › x-foldview-ng › x-foldview-ng/basic-toolbar-in-lynx-wrapper
49 skipped
406 passed (25.4s)
|
|
🎭 Playwright Run Summary
1 flaky
[webkit] › tests/web-elements.spec.ts:853:5 › web-elements test suite › x-foldview-ng › x-foldview-ng/basic-toolbar-in-lynx-wrapper
78 skipped
379 passed (40.4s)
|
|
🎭 Playwright Run Summary
1 failed
[webkit] › tests/react.spec.ts:1131:5 › reactlynx3 tests › apis › api-lynx-performance ─────────
2 flaky
[webkit] › tests/react.spec.ts:2139:7 › reactlynx3 tests › elements › lynx-view › basic-element-lynx-view-not-auto
[webkit] › tests/react.spec.ts:4679:7 › reactlynx3 tests › elements › list › basic-element-list-remove-action
30 skipped
375 passed (1.1m)
|
|
🎭 Playwright Run Summary
3 flaky
[webkit] › tests/reactlynx.spec.ts:1680:7 › reactlynx3 tests › apis › api-exposure › api-exposure-stop-events-has-dataset
[webkit] › tests/reactlynx.spec.ts:3687:7 › reactlynx3 tests › elements › x-swiper › basic-element-x-swiper-swiper-dynamic
[chromium] › tests/reactlynx.spec.ts:852:5 › reactlynx3 tests › basic › basic-bindmouse ────────
29 skipped
450 passed (1.0m)
|
|
🎭 Playwright Run Summary
5 flaky
[chromium] › tests/react.spec.ts:516:5 › reactlynx3 tests › basic › basic-lazy-component ───────
[chromium] › tests/react.spec.ts:745:5 › reactlynx3 tests › basic › basic-lazy-component-when-need-with-itself
[chromium] › tests/react.spec.ts:2100:5 › reactlynx3 tests › configs › config-mode-dev-with-all-in-one
[chromium] › tests/react.spec.ts:2555:7 › reactlynx3 tests › elements › svg › basic-element-svg-bindload
[chromium] › tests/react.spec.ts:3217:7 › reactlynx3 tests › elements › x-overlay-ng › basic-element-x-overlay-ng-demo
134 skipped
269 passed (34.3s)
|
|
🎭 Playwright Run Summary
2 flaky
[firefox] › tests/reactlynx.spec.ts:1630:7 › reactlynx3 tests › apis › api-exposure › api-exposure-dynamic-ui-margin
[firefox] › tests/reactlynx.spec.ts:4547:7 › reactlynx3 tests › elements › list › basic-element-list-basic
46 skipped
433 passed (1.3m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/react.spec.ts:904:5 › reactlynx3 tests › basic › basic-bindmouse ────────────
6 skipped
401 passed (33.0s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
benchmark-react-ptrace-092a1c916e7a88e197715f59c83283717f8c52ec
|
227 KB |
sha256:ed765337f69da65977dc5bbbba10781837b19eda7f1263f18ef9d0c9f75adc0c
|
|
|
example-react-main-thread-function-relative-ci-artifacts
|
227 KB |
sha256:b4ef3d106f56ec9c1801ee78627d68936e89b2dfd5bc664ecfe9715ac052120b
|
|
|
example-react-relative-ci-artifacts
|
229 KB |
sha256:9b687fe4e31985a407c885ebadb18ed031779ebc6f4bc0cfa2ee3b5c54855207
|
|
|
github-pages
|
8.32 MB |
sha256:6eb713dcc72336d65e7d712747f4728e262d89e22d93d5b3a19515194aaba167
|
|
|
playwright-ALL_ON_UI-CSR-shard1
|
5.25 MB |
sha256:d431d09749dafb265da72b2d681bf03b491a1acb7663513ccec93eb645144f9f
|
|
|
rspeedy-relative-ci-artifacts
|
45.7 KB |
sha256:c8154691ca01a8226a0ac496757512ae66d5a2667811118cc363e44eb9fc0b64
|
|
|
web-explorer-relative-ci-artifacts
|
200 KB |
sha256:bf7c85743da11cbf824525e2fbb544afdd39cdad3e0c30c1f3ed1d46321854c0
|
|