プリセット管理ダイアログに編集機能を追加 #144
test.yml
on: push
Annotations
11 errors, 6 warnings, and 9 notices
[browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定:
tests\e2e\browser\音声パラメータ.spec.ts#L9
1) [browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ─────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: "1.00"
Received: "0.50"
7 | async function validateValue(locator: Locator, expectedValue: string) {
8 | const value = await locator.evaluate((e: HTMLInputElement) => e.value);
> 9 | expect(value).toBe(expectedValue);
| ^
10 | }
11 |
12 | test("音声パラメータ引き継ぎの設定", async ({ page }) => {
at validateValue (D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:9:17)
at D:\a\voicevox\voicevox\tests\e2e\browser\音声パラメータ.spec.ts:38:3
|
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L108
1) [storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ライト
Error: Screenshot comparison failed:
Expected an image 1248px by 32px, received 1248px by 24px. 4997 pixels (ratio 0.13 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-base-baseslider--default-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ライト-storybook\components-base-baseslider--default-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ライト-storybook\components-base-baseslider--default-light-diff.png
Call log:
- expect.toHaveScreenshot(components-base-baseslider--default-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 1248px by 32px, received 1248px by 24px. 4997 pixels (ratio 0.13 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 1248px by 32px, received 1248px by 24px. 4997 pixels (ratio 0.13 of all image pixels) are different.
106 | elementToScreenshot = root;
107 | }
> 108 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
109 | toSnapshotFileName(story, theme),
110 | );
111 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:108:47
|
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L108
1) [storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ライト
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1248px by 32px, received 1248px by 24px. 4997 pixels (ratio 0.13 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-base-baseslider--default-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ライト-storybook-retry1\components-base-baseslider--default-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ライト-storybook-retry1\components-base-baseslider--default-light-diff.png
Call log:
- expect.toHaveScreenshot(components-base-baseslider--default-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 1248px by 32px, received 1248px by 24px. 4997 pixels (ratio 0.13 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 1248px by 32px, received 1248px by 24px. 4997 pixels (ratio 0.13 of all image pixels) are different.
106 | elementToScreenshot = root;
107 | }
> 108 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
109 | toSnapshotFileName(story, theme),
110 | );
111 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:108:47
|
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L108
1) [storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ライト
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1248px by 32px, received 1248px by 24px. 4997 pixels (ratio 0.13 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-base-baseslider--default-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ライト-storybook-retry2\components-base-baseslider--default-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ライト-storybook-retry2\components-base-baseslider--default-light-diff.png
Call log:
- expect.toHaveScreenshot(components-base-baseslider--default-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 1248px by 32px, received 1248px by 24px. 4997 pixels (ratio 0.13 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 1248px by 32px, received 1248px by 24px. 4997 pixels (ratio 0.13 of all image pixels) are different.
106 | elementToScreenshot = root;
107 | }
> 108 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
109 | toSnapshotFileName(story, theme),
110 | );
111 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:108:47
|
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ダーク:
tests\e2e\storybook\スクリーンショット.spec.mts#L108
2) [storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ダーク
Error: Screenshot comparison failed:
Expected an image 1248px by 32px, received 1248px by 24px. 14969 pixels (ratio 0.38 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-base-baseslider--default-dark-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ダーク-storybook\components-base-baseslider--default-dark-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ダーク-storybook\components-base-baseslider--default-dark-diff.png
Call log:
- expect.toHaveScreenshot(components-base-baseslider--default-dark.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 1248px by 32px, received 1248px by 24px. 14969 pixels (ratio 0.38 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 1248px by 32px, received 1248px by 24px. 14969 pixels (ratio 0.38 of all image pixels) are different.
106 | elementToScreenshot = root;
107 | }
> 108 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
109 | toSnapshotFileName(story, theme),
110 | );
111 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:108:47
|
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ダーク:
tests\e2e\storybook\スクリーンショット.spec.mts#L108
2) [storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ダーク
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1248px by 32px, received 1248px by 24px. 14969 pixels (ratio 0.38 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-base-baseslider--default-dark-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ダーク-storybook-retry1\components-base-baseslider--default-dark-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ダーク-storybook-retry1\components-base-baseslider--default-dark-diff.png
Call log:
- expect.toHaveScreenshot(components-base-baseslider--default-dark.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 1248px by 32px, received 1248px by 24px. 14969 pixels (ratio 0.38 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 1248px by 32px, received 1248px by 24px. 14969 pixels (ratio 0.38 of all image pixels) are different.
106 | elementToScreenshot = root;
107 | }
> 108 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
109 | toSnapshotFileName(story, theme),
110 | );
111 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:108:47
|
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ダーク:
tests\e2e\storybook\スクリーンショット.spec.mts#L108
2) [storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ダーク
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1248px by 32px, received 1248px by 24px. 14969 pixels (ratio 0.38 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-base-baseslider--default-dark-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ダーク-storybook-retry2\components-base-baseslider--default-dark-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Default-テーマ:ダーク-storybook-retry2\components-base-baseslider--default-dark-diff.png
Call log:
- expect.toHaveScreenshot(components-base-baseslider--default-dark.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 1248px by 32px, received 1248px by 24px. 14969 pixels (ratio 0.38 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 1248px by 32px, received 1248px by 24px. 14969 pixels (ratio 0.38 of all image pixels) are different.
106 | elementToScreenshot = root;
107 | }
> 108 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
109 | toSnapshotFileName(story, theme),
110 | );
111 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:108:47
|
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Disabled › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L108
3) [storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Disabled › テーマ:ライト
Error: Screenshot comparison failed:
Expected an image 1248px by 32px, received 1248px by 24px.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-base-baseslider--disabled-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Disabled-テーマ:ライト-storybook\components-base-baseslider--disabled-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Disabled-テーマ:ライト-storybook\components-base-baseslider--disabled-light-diff.png
Call log:
- expect.toHaveScreenshot(components-base-baseslider--disabled-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 1248px by 32px, received 1248px by 24px.
- waiting 100ms before taking screenshot
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 1248px by 32px, received 1248px by 24px.
106 | elementToScreenshot = root;
107 | }
> 108 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
109 | toSnapshotFileName(story, theme),
110 | );
111 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:108:47
|
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Disabled › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L108
3) [storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Disabled › テーマ:ライト
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1248px by 32px, received 1248px by 24px.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-base-baseslider--disabled-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Disabled-テーマ:ライト-storybook-retry1\components-base-baseslider--disabled-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Disabled-テーマ:ライト-storybook-retry1\components-base-baseslider--disabled-light-diff.png
Call log:
- expect.toHaveScreenshot(components-base-baseslider--disabled-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 1248px by 32px, received 1248px by 24px.
- waiting 100ms before taking screenshot
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 1248px by 32px, received 1248px by 24px.
106 | elementToScreenshot = root;
107 | }
> 108 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
109 | toSnapshotFileName(story, theme),
110 | );
111 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:108:47
|
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Disabled › テーマ:ライト:
tests\e2e\storybook\スクリーンショット.spec.mts#L108
3) [storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Disabled › テーマ:ライト
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Screenshot comparison failed:
Expected an image 1248px by 32px, received 1248px by 24px.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-base-baseslider--disabled-light-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Disabled-テーマ:ライト-storybook-retry2\components-base-baseslider--disabled-light-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Disabled-テーマ:ライト-storybook-retry2\components-base-baseslider--disabled-light-diff.png
Call log:
- expect.toHaveScreenshot(components-base-baseslider--disabled-light.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 1248px by 32px, received 1248px by 24px.
- waiting 100ms before taking screenshot
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 1248px by 32px, received 1248px by 24px.
106 | elementToScreenshot = root;
107 | }
> 108 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
109 | toSnapshotFileName(story, theme),
110 | );
111 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:108:47
|
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Disabled › テーマ:ダーク:
tests\e2e\storybook\スクリーンショット.spec.mts#L108
4) [storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Disabled › テーマ:ダーク
Error: Screenshot comparison failed:
Expected an image 1248px by 32px, received 1248px by 24px. 14957 pixels (ratio 0.38 of all image pixels) are different.
Expected: D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts-snapshots\components-base-baseslider--disabled-dark-storybook-win32.png
Received: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Disabled-テーマ:ダーク-storybook\components-base-baseslider--disabled-dark-actual.png
Diff: D:\a\voicevox\voicevox\test-results\スクリーンショット-components-Base-BaseSlider-Disabled-テーマ:ダーク-storybook\components-base-baseslider--disabled-dark-diff.png
Call log:
- expect.toHaveScreenshot(components-base-baseslider--disabled-dark.png) with timeout 5000ms
- verifying given screenshot expectation
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- Expected an image 1248px by 32px, received 1248px by 24px. 14957 pixels (ratio 0.38 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('#storybook-root[data-v-app]')
- locator resolved to <div data-v-app="" id="storybook-root">…</div>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- Expected an image 1248px by 32px, received 1248px by 24px. 14957 pixels (ratio 0.38 of all image pixels) are different.
106 | elementToScreenshot = root;
107 | }
> 108 | await expect(elementToScreenshot).toHaveScreenshot(
| ^
109 | toSnapshotFileName(story, theme),
110 | );
111 | });
at D:\a\voicevox\voicevox\tests\e2e\storybook\スクリーンショット.spec.mts:108:47
|
config
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e-test (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[browser] › browser/アップデート通知ダイアログ.spec.ts#L1
[browser] › browser/アップデート通知ダイアログ.spec.ts took 18.2s
|
Slow Test:
[browser] › browser/複数選択/選択.spec.ts#L1
[browser] › browser/複数選択/選択.spec.ts took 18.7s
|
Slow Test:
[browser] › browser\アップデート通知ダイアログ.spec.ts#L1
[browser] › browser\アップデート通知ダイアログ.spec.ts took 19.3s
|
🎭 Playwright Run Summary
2 skipped
25 passed (1.8m)
|
🎭 Playwright Run Summary
99 skipped
|
🎭 Playwright Run Summary
1 passed (11.6s)
|
🎭 Playwright Run Summary
4 skipped
23 passed (2.9m)
|
🎭 Playwright Run Summary
1 passed (13.3s)
|
🎭 Playwright Run Summary
99 skipped
|
🎭 Playwright Run Summary
1 flaky
[browser] › browser\音声パラメータ.spec.ts:12:5 › 音声パラメータ引き継ぎの設定 ──────────────────────────────────────
26 passed (2.3m)
|
🎭 Playwright Run Summary
1 passed (14.1s)
|
🎭 Playwright Run Summary
4 failed
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ライト
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Default › テーマ:ダーク
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Disabled › テーマ:ライト
[storybook] › storybook\スクリーンショット.spec.mts:74:11 › components/Base/BaseSlider › Disabled › テーマ:ダーク
95 passed (1.9m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report-windows-latest
|
936 KB |
|