chore(deps): update dependency webpack to ^5.105.4 #12857
test.yml
on: pull_request
Matrix: test-rust / test
build
/
get-merge-base
17s
code-style-check
1m 13s
test-rust
/
rustfmt
31s
test-rust
/
clippy
1m 26s
test-typos
13s
Matrix: build / build-all
Matrix: playwright-linux
Matrix: playwright-web-elements
Matrix: test-vitest
Matrix: web-core-wasm-e2e
benchmark
/
nodejs-benchmark
6m 12s
eslint
/
check
3m 52s
test-api
/
check
2m 10s
test-publish
/
check
3m 9s
test-react
/
check
2m 35s
test-type
/
check
1m 47s
website
/
build
2m 16s
lighthouse
/
check
4m 38s
Matrix: bundle-analysis / build
Done
4s
Annotations
28 errors, 29 warnings, and 7 notices
|
[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
|
|
[chromium] › tests/web-elements.spec.ts:3097:5 › web-elements test suite › x-refresh-view › x-refresh-view/pull:
packages/web-platform/web-elements/tests/web-elements.spec.ts#L21
1) [chromium] › tests/web-elements.spec.ts:3097:5 › web-elements test suite › x-refresh-view › x-refresh-view/pull
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(page).toHaveScreenshot(expected) failed
196500 pixels (ratio 0.69 of all image pixels) are different.
Snapshot: x-refresh-view/pull/initial.png
Call log:
- Expect "toHaveScreenshot(x-refresh-view/pull/initial.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- waiting for fonts to load...
- fonts loaded
- 196500 pixels (ratio 0.69 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
- 196500 pixels (ratio 0.69 of all image pixels) are different.
19 | >[0],
20 | ) => {
> 21 | await expect(page).toHaveScreenshot([`${caseName}`, `${subcaseName}.png`], {
| ^
22 | maxDiffPixelRatio: 0,
23 | fullPage: true,
24 | animations: 'allow',
at diffScreenShot (/__w/lynx-stack/lynx-stack/packages/web-platform/web-elements/tests/web-elements.spec.ts:21:22)
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-elements/tests/web-elements.spec.ts:3103:13
|
|
[firefox] › tests/reactlynx.spec.ts:4403:7 › reactlynx3 tests › elements › x-textarea › basic-element-x-textarea-bindinput:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L4455
5) [firefox] › tests/reactlynx.spec.ts:4403:7 › reactlynx3 tests › elements › x-textarea › basic-element-x-textarea-bindinput
Error: expect(received).toBeTruthy()
Received: false
4453 | expect(bindblur).toBeTruthy();
4454 | expect(bindfocus).toBeTruthy();
> 4455 | expect(bindinput).toBeTruthy();
| ^
4456 | },
4457 | );
4458 | // x-textarea/bindinput test-case end
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:4455:29
|
|
[firefox] › tests/reactlynx.spec.ts:3077:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-ng-bindinput:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L3086
4) [firefox] › tests/reactlynx.spec.ts:3077:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-ng-bindinput
Error: expect(received).toBe(expected) // Object.is equality
Expected: "foobar-6-6"
Received: ""
3084 | await wait(200);
3085 | const result = await page.locator('.result').first().innerText();
> 3086 | expect(result).toBe('foobar-6-6');
| ^
3087 | },
3088 | );
3089 | // input/bindinput test-case end
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:3086:26
|
|
[firefox] › tests/reactlynx.spec.ts:2638:7 › reactlynx3 tests › elements › scroll-view › basic-element-scroll-view-event-scrollend:
packages/web-platform/web-core-wasm-e2e/@debugger eval code line 290 > eval#L2
3) [firefox] › tests/reactlynx.spec.ts:2638:7 › reactlynx3 tests › elements › scroll-view › basic-element-scroll-view-event-scrollend
Error: page.evaluate: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data
@debugger eval code line 290 > eval:2:30
evaluate@debugger eval code:292:16
@debugger eval code:1:44
at @debugger eval code line 290 > eval:2:30
at evaluate@debugger eval code:292:16
at @debugger eval code:1:44
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:2651:43
|
|
[firefox] › tests/reactlynx.spec.ts:2496:7 › reactlynx3 tests › elements › svg › basic-element-svg-bindload:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L2501
2) [firefox] › tests/reactlynx.spec.ts:2496:7 › reactlynx3 tests › elements › svg › basic-element-svg-bindload
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('#result')
Expected: "rgb(0, 128, 0)"
Received: "rgb(255, 0, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('#result')
9 × locator resolved to <x-view id="result" lynx-computed-display="linear" lynx-linear-orientation="vertical"></x-view>
- unexpected value "rgb(255, 0, 0)"
2499 | await expect(
2500 | await page.locator('#result'),
> 2501 | ).toHaveCSS(
| ^
2502 | 'background-color',
2503 | 'rgb(0, 128, 0)',
2504 | );
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:2501:11
|
|
[webkit] › tests/reactlynx.spec.ts:4500:7 › reactlynx3 tests › elements › x-textarea › basic-element-x-textarea-bindselection:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L4514
10) [webkit] › tests/reactlynx.spec.ts:4500:7 › reactlynx3 tests › elements › x-textarea › basic-element-x-textarea-bindselection
Error: expect(received).toBe(expected) // Object.is equality
Expected: "2-5"
Received: ""
4512 | });
4513 | const result = await page.locator('.result').first().innerText();
> 4514 | expect(result).toBe('2-5');
| ^
4515 | },
4516 | );
4517 |
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:4514:26
|
|
[webkit] › tests/reactlynx.spec.ts:3129:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-bindselection:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L3141
9) [webkit] › tests/reactlynx.spec.ts:3129:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-bindselection
Error: expect(received).toBe(expected) // Object.is equality
Expected: "2-5"
Received: ""
3139 | });
3140 | const result = await page.locator('.result').first().innerText();
> 3141 | expect(result).toBe('2-5');
| ^
3142 | },
3143 | );
3144 | test(
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:3141:26
|
|
[webkit] › tests/reactlynx.spec.ts:3046:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-bindconfirm:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L3052
8) [webkit] › tests/reactlynx.spec.ts:3046:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-bindconfirm
Error: expect(received).toBe(expected) // Object.is equality
Expected: "bindconfirm"
Received: ""
3050 | await wait(100);
3051 | const result = await page.locator('.result').first().innerText();
> 3052 | expect(result).toBe('bindconfirm');
| ^
3053 | });
3054 | // input/bindconfirm test-case end
3055 |
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:3052:24
|
|
[webkit] › tests/reactlynx.spec.ts:3020:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-focus:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L3029
7) [webkit] › tests/reactlynx.spec.ts:3020:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-focus
Error: expect(received).toBe(expected) // Object.is equality
Expected: "bindfocus"
Received: ""
3027 | await wait(100);
3028 | const result = await page.locator('.result').first().innerText();
> 3029 | expect(result).toBe('bindfocus');
| ^
3030 | },
3031 | );
3032 | // input/focus test-case end
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:3029:26
|
|
[webkit] › tests/reactlynx.spec.ts:2301:7 › reactlynx3 tests › elements › text › basic-element-text-set-native-props-text:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L2308
6) [webkit] › tests/reactlynx.spec.ts:2301:7 › reactlynx3 tests › elements › text › basic-element-text-set-native-props-text
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
2306 | const count = (await page.getByText('the count is:1').count())
2307 | + (await await page.getByText('the count is:2').count());
> 2308 | expect(count).toBe(1);
| ^
2309 | },
2310 | );
2311 |
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:2308:25
|
|
[webkit] › tests/reactlynx.spec.ts:2292:7 › reactlynx3 tests › elements › text › basic-element-text-maxline-with-setData:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L24
5) [webkit] › tests/reactlynx.spec.ts:2292:7 › reactlynx3 tests › elements › text › basic-element-text-maxline-with-setData
Error: expect(page).toHaveScreenshot(expected) failed
74 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: text/maxline-with-setData/index/index.png
Call log:
- Expect "toHaveScreenshot(text/maxline-with-setData/index/index.png)" with timeout 5000ms
- verifying given screenshot expectation
- taking page screenshot
- waiting for fonts to load...
- fonts loaded
- 74 pixels (ratio 0.01 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
- 74 pixels (ratio 0.01 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:2297:17
|
|
[webkit] › tests/reactlynx.spec.ts:1948:5 › reactlynx3 tests › configs › config-css-selector-false-remove-all:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L1954
4) [webkit] › tests/reactlynx.spec.ts:1948:5 › reactlynx3 tests › configs › config-css-selector-false-remove-all
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('#target')
Expected: "rgb(0, 128, 0)"
Received: "rgba(0, 0, 0, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('#target')
9 × locator resolved to <x-view l-uid="2" id="target" class="background-yellow background-green"></x-view>
- unexpected value "rgba(0, 0, 0, 0)"
1952 | await wait(100);
1953 | const target = page.locator('#target');
> 1954 | await expect(target).toHaveCSS('background-color', 'rgb(0, 128, 0)'); // green
| ^
1955 | await target.click();
1956 | await expect(target).toHaveCSS('background-color', 'rgba(0, 0, 0, 0)'); // unset
1957 | },
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:1954:30
|
|
[webkit] › tests/reactlynx.spec.ts:1844:5 › reactlynx3 tests › configs › config-css-selector-false-reload:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L1851
3) [webkit] › tests/reactlynx.spec.ts:1844:5 › reactlynx3 tests › configs › config-css-selector-false-reload
Error: expect(locator).toHaveCSS(expected) failed
Locator: locator('#target')
Expected: "rgb(255, 0, 0)"
Received: "rgba(0, 0, 0, 0)"
Timeout: 5000ms
Call log:
- Expect "toHaveCSS" with timeout 5000ms
- waiting for locator('#target')
9 × locator resolved to <x-view l-uid="2" id="target" class="parent"></x-view>
- unexpected value "rgba(0, 0, 0, 0)"
1849 | await expect(
1850 | page.locator('#target'),
> 1851 | ).toHaveCSS('background-color', 'rgb(255, 0, 0)');
| ^
1852 | await page.evaluate(() => {
1853 | document.querySelector('lynx-view')?.reload();
1854 | });
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:1851:11
|
|
[webkit] › tests/reactlynx.spec.ts:1225:5 › reactlynx3 tests › apis › api-dispose:
packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts#L1239
2) [webkit] › tests/reactlynx.spec.ts:1225:5 › reactlynx3 tests › apis › api-dispose ─────────────
Error: expect(received).toStrictEqual(expected) // deep equality
Expected: 1
Received: 0
1237 | await wait(50);
1238 | expect(message).toContain('fin');
> 1239 | expect(currentWorkerCount - page.workers().length).toStrictEqual(1);
| ^
1240 | });
1241 |
1242 | test('api-error', async ({ page }, { title }) => {
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-core-wasm-e2e/tests/reactlynx.spec.ts:1239:58
|
|
[webkit] › tests/web-core.test.ts:492:3 › web core tests › api-get-i18n-resource-by-mts:
packages/web-platform/web-tests/tests/web-core.test.ts#L518
7) [webkit] › tests/web-core.test.ts:492:3 › web core tests › api-get-i18n-resource-by-mts ───────
Error: expect(received).toBeTruthy()
Received: false
516 | );
517 | expect(first).toBeTruthy();
> 518 | expect(second).toBeTruthy();
| ^
519 | });
520 | test('api-get-i18n-resource-by-lynx-update', async ({ page, browserName }) => {
521 | // firefox dose not support this.
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/web-core.test.ts:518:20
|
|
[webkit] › tests/react.spec.ts:3105:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-bindconfirm:
packages/web-platform/web-tests/tests/react.spec.ts#L3111
6) [webkit] › tests/react.spec.ts:3105:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-bindconfirm
Error: expect(received).toBe(expected) // Object.is equality
Expected: "bindconfirm"
Received: ""
3109 | await wait(100);
3110 | const result = await page.locator('.result').first().innerText();
> 3111 | expect(result).toBe('bindconfirm');
| ^
3112 | });
3113 | // input/bindconfirm test-case end
3114 |
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:3111:24
|
|
[webkit] › tests/react.spec.ts:2489:7 › reactlynx3 tests › elements › image › basic-element-image-support-tap-event:
packages/web-platform/web-tests/tests/react.spec.ts#L2496
5) [webkit] › tests/react.spec.ts:2489:7 › reactlynx3 tests › elements › image › basic-element-image-support-tap-event
Error: expect(received).toStrictEqual(expected) // deep equality
Expected: "success"
Received: "fail"
2494 | await wait(100);
2495 | expect(await page.locator('#result').getAttribute('class'))
> 2496 | .toStrictEqual(
| ^
2497 | 'success',
2498 | );
2499 | },
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:2496:14
|
|
[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
4) [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:1286:5 › reactlynx3 tests › apis › api-dispose:
packages/web-platform/web-tests/tests/react.spec.ts#L1298
3) [webkit] › tests/react.spec.ts:1286:5 › reactlynx3 tests › apis › api-dispose ─────────────────
Error: expect(received).toContain(expected) // indexOf
Expected value: "fin"
Received array: ["[webpack-dev-server] Server started: Hot Module Replacement disabled, Live Reloading enabled, Progress disabled, Overlay enabled.", "CUSTOM_NAPI_MODULES {color_environment: , color_methods: , event_method: }", "NYI: profileStart. This is an issue of lynx-core.", "NYI: isProfileRecording. This is an issue of lynx-core.", "NYI: profileEnd. This is an issue of lynx-core."]
1296 | });
1297 | await wait(50);
> 1298 | expect(message).toContain('fin');
| ^
1299 | expect(page.workers().length).toStrictEqual(0);
1300 | });
1301 |
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:1298:23
|
|
[webkit] › tests/react.spec.ts:119:5 › reactlynx3 tests › basic › basic-bindtap-simultaneous:
packages/web-platform/web-tests/tests/react.spec.ts#L125
2) [webkit] › tests/react.spec.ts:119:5 › reactlynx3 tests › basic › basic-bindtap-simultaneous ──
Error: expect(received).toContain(expected) // indexOf
Expected substring: "green"
Received string: "height:100px;width:100px;background:red;"
123 | await target.click();
124 | await wait(100);
> 125 | await expect(await target.getAttribute('style')).toContain('green'); // BTS check
| ^
126 | await expect(await target.getAttribute('data-mts-clicked')).toBe('true'); // MTS check
127 | await expect(page.locator('#bts-status')).toHaveText('BTS Clicked');
128 | });
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:125:56
|
|
[webkit] › tests/main-thread-apis.test.ts:1314:5 › main thread api tests › __ElementFromBinary › should apply id from template:
packages/web-platform/web-tests/tests/main-thread-apis.test.ts#L28
1) [webkit] › tests/main-thread-apis.test.ts:1314:5 › main thread api tests › __ElementFromBinary › should apply id from template
Error: page.evaluate: TypeError: globalThis.genFiberElementTree is not a function. (In 'globalThis.genFiberElementTree()', 'globalThis.genFiberElementTree' is undefined)
26 |
27 | test.afterEach(async ({ page }) => {
> 28 | const fiberTree = await page.evaluate(() => {
| ^
29 | return globalThis.genFiberElementTree() as Record<string, unknown>;
30 | });
31 | const domTree = await page.evaluate(() => {
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/main-thread-apis.test.ts:28:34
|
|
[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
3) [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:904:5 › reactlynx3 tests › basic › basic-bindmouse:
packages/web-platform/web-tests/tests/react.spec.ts#L917
2) [chromium] › tests/react.spec.ts:904: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 l-uid="5" l-part="5" id="target2" lynx-tag="view" l-p-comp-uid="1"></x-view>
- unexpected value "rgb(255, 192, 203)"
915 | 'rgb(0, 128, 0)',
916 | ); // green
> 917 | expect(page.locator('#target2'), 'mouse up event captured').toHaveCSS(
| ^
918 | 'background-color',
919 | 'rgb(0, 128, 0)',
920 | ); // green
at /__w/lynx-stack/lynx-stack/packages/web-platform/web-tests/tests/react.spec.ts:917:69
|
|
Vitest (Ubuntu) / check
Process completed with exit code 1.
|
|
Vitest (Windows) / check
Process completed with exit code 1.
|
|
test/background-only.test.ts > Build background-only > build success:
packages/rspeedy/plugin-react/test/background-only.test.ts#L180
AssertionError: build should succeed
❯ test/background-only.test.ts:180:14
|
|
Done
Process completed with exit code 1.
|
|
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 (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 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 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 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-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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
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 (19.8s)
|
|
🎭 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 (34.2s)
|
|
🎭 Playwright Run Summary
5 flaky
[firefox] › tests/reactlynx.spec.ts:1822:5 › reactlynx3 tests › apis › api-bindlauoutchange ────
[firefox] › tests/reactlynx.spec.ts:2496:7 › reactlynx3 tests › elements › svg › basic-element-svg-bindload
[firefox] › tests/reactlynx.spec.ts:2638:7 › reactlynx3 tests › elements › scroll-view › basic-element-scroll-view-event-scrollend
[firefox] › tests/reactlynx.spec.ts:3077:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-ng-bindinput
[firefox] › tests/reactlynx.spec.ts:4403:7 › reactlynx3 tests › elements › x-textarea › basic-element-x-textarea-bindinput
46 skipped
430 passed (1.3m)
|
|
🎭 Playwright Run Summary
10 flaky
[webkit] › tests/reactlynx.spec.ts:888:5 › reactlynx3 tests › basic › basic-event-target-trigger
[webkit] › tests/reactlynx.spec.ts:1225:5 › reactlynx3 tests › apis › api-dispose ──────────────
[webkit] › tests/reactlynx.spec.ts:1844:5 › reactlynx3 tests › configs › config-css-selector-false-reload
[webkit] › tests/reactlynx.spec.ts:1948:5 › reactlynx3 tests › configs › config-css-selector-false-remove-all
[webkit] › tests/reactlynx.spec.ts:2292:7 › reactlynx3 tests › elements › text › basic-element-text-maxline-with-setData
[webkit] › tests/reactlynx.spec.ts:2301:7 › reactlynx3 tests › elements › text › basic-element-text-set-native-props-text
[webkit] › tests/reactlynx.spec.ts:3020:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-focus
[webkit] › tests/reactlynx.spec.ts:3046:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-bindconfirm
[webkit] › tests/reactlynx.spec.ts:3129:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-bindselection
[webkit] › tests/reactlynx.spec.ts:4500:7 › reactlynx3 tests › elements › x-textarea › basic-element-x-textarea-bindselection
29 skipped
443 passed (38.3s)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/react.spec.ts:904:5 › reactlynx3 tests › basic › basic-bindmouse ────────────
6 skipped
401 passed (52.8s)
|
|
🎭 Playwright Run Summary
7 flaky
[webkit] › tests/main-thread-apis.test.ts:1314:5 › main thread api tests › __ElementFromBinary › should apply id from template
[webkit] › tests/react.spec.ts:119:5 › reactlynx3 tests › basic › basic-bindtap-simultaneous ───
[webkit] › tests/react.spec.ts:1286:5 › reactlynx3 tests › apis › api-dispose ──────────────────
[webkit] › tests/react.spec.ts:2139:7 › reactlynx3 tests › elements › lynx-view › basic-element-lynx-view-not-auto
[webkit] › tests/react.spec.ts:2489:7 › reactlynx3 tests › elements › image › basic-element-image-support-tap-event
[webkit] › tests/react.spec.ts:3105:7 › reactlynx3 tests › elements › x-input › basic-element-x-input-bindconfirm
[webkit] › tests/web-core.test.ts:492:3 › web core tests › api-get-i18n-resource-by-mts ────────
30 skipped
371 passed (40.6s)
|
|
🎭 Playwright Run Summary
3 flaky
[chromium] › tests/react.spec.ts:588:5 › reactlynx3 tests › basic › basic-lazy-component-multi ─
[chromium] › tests/react.spec.ts:904:5 › reactlynx3 tests › basic › basic-bindmouse ────────────
[chromium] › tests/react.spec.ts:2555:7 › reactlynx3 tests › elements › svg › basic-element-svg-bindload
137 skipped
268 passed (33.0s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
benchmark-react-ptrace-b52c0a0423bda0146773d317e4ddca824a637910
|
227 KB |
sha256:a8c8ed1a5df45d9febf5bd352b61bc1f83715189c3f86ac9cbc118d2c304069f
|
|
|
example-react-main-thread-function-relative-ci-artifacts
|
226 KB |
sha256:4e829744894159215c1e20ab84b3ac3160f02bf8142b97ff0b5c652202b3e3e7
|
|
|
example-react-relative-ci-artifacts
|
229 KB |
sha256:ccbeeb438b70e41d5a8081c13c73d5ad6353ceb37bb692497ff66b86f6d04c56
|
|
|
github-pages
|
8.33 MB |
sha256:9ecf89acb58cdf3358d0ef743d7d27ee380f6825441b452f4b711bf1e3f00310
|
|
|
rspeedy-relative-ci-artifacts
|
45.8 KB |
sha256:5e96ce5fc60039a8d72f5a094840425daa91ff6f522603b54b308151dcf0dd49
|
|
|
web-explorer-relative-ci-artifacts
|
200 KB |
sha256:02a00be06b48a2f2c822df8ae4b2f4b032bdb9a7708697d1e966afcf12854850
|
|