Bump @playwright/test from 1.48.2 to 1.49.1 #53
Triggered via pull request
December 20, 2024 01:58
Status
Failure
Total duration
1h 24m 21s
Artifacts
4
main.yml
on: pull_request
Matrix: dockerbuild / dockerbuild
Matrix: e2e-tests / Installer test
Matrix: e2e-tests / Run on Linux
Matrix: unit-tests / Run on Linux
success
/
success
Annotations
20 errors, 11 warnings, and 84 notices
[chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L181
1) [chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
179 | await page.goto(`${ url }?page=${ method }`);
180 | await page.click('text=月度で集計する');
> 181 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
182 | });
183 |
184 | test('期間集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:181:56
|
[chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L181
1) [chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
179 | await page.goto(`${ url }?page=${ method }`);
180 | await page.click('text=月度で集計する');
> 181 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
182 | });
183 |
184 | test('期間集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:181:56
|
[chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L181
1) [chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
179 | await page.goto(`${ url }?page=${ method }`);
180 | await page.click('text=月度で集計する');
> 181 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
182 | });
183 |
184 | test('期間集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:181:56
|
[chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L188
2) [chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
186 | await page.goto(`${ url }?page=${ method }`);
187 | await page.click('text=期間で集計する');
> 188 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
189 | });
190 |
191 | test('会員集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:188:56
|
[chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L188
2) [chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
186 | await page.goto(`${ url }?page=${ method }`);
187 | await page.click('text=期間で集計する');
> 188 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
189 | });
190 |
191 | test('会員集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:188:56
|
[chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L188
2) [chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
186 | await page.goto(`${ url }?page=${ method }`);
187 | await page.click('text=期間で集計する');
> 188 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
189 | });
190 |
191 | test('会員集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:188:56
|
[chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L1
3) [chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします
Test timeout of 30000ms exceeded.
|
[chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L195
3) [chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('text="会員"')
193 | await page.goto(`${ url }?page=${ method }`);
194 | await page.click('text=月度で集計する');
> 195 | await page.click('text="会員"');
| ^
196 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
197 | });
198 |
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:195:18
|
[chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L1
3) [chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L195
3) [chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('text="会員"')
193 | await page.goto(`${ url }?page=${ method }`);
194 | await page.click('text=月度で集計する');
> 195 | await page.click('text="会員"');
| ^
196 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
197 | });
198 |
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:195:18
|
[chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L181
1) [chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
179 | await page.goto(`${ url }?page=${ method }`);
180 | await page.click('text=月度で集計する');
> 181 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
182 | });
183 |
184 | test('期間集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:181:56
|
[chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L181
1) [chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
179 | await page.goto(`${ url }?page=${ method }`);
180 | await page.click('text=月度で集計する');
> 181 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
182 | });
183 |
184 | test('期間集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:181:56
|
[chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L181
1) [chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
179 | await page.goto(`${ url }?page=${ method }`);
180 | await page.click('text=月度で集計する');
> 181 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
182 | });
183 |
184 | test('期間集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:181:56
|
[chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L188
2) [chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
186 | await page.goto(`${ url }?page=${ method }`);
187 | await page.click('text=期間で集計する');
> 188 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
189 | });
190 |
191 | test('会員集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:188:56
|
[chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L188
2) [chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
186 | await page.goto(`${ url }?page=${ method }`);
187 | await page.click('text=期間で集計する');
> 188 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
189 | });
190 |
191 | test('会員集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:188:56
|
[chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L188
2) [chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeEnabled()
Locator: locator('#total-age')
Expected: enabled
Received: <element(s) not found>
Call log:
- expect.toBeEnabled with timeout 5000ms
- waiting for locator('#total-age')
186 | await page.goto(`${ url }?page=${ method }`);
187 | await page.click('text=期間で集計する');
> 188 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
| ^
189 | });
190 |
191 | test('会員集計の確認をします', async ( { loginPage, page } ) => {
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:188:56
|
[chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L1
3) [chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします
Test timeout of 30000ms exceeded.
|
[chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L195
3) [chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('text="会員"')
193 | await page.goto(`${ url }?page=${ method }`);
194 | await page.click('text=月度で集計する');
> 195 | await page.click('text="会員"');
| ^
196 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
197 | });
198 |
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:195:18
|
[chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L1
3) [chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
[chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします:
e2e-tests/test/admin/total/total.test.ts#L195
3) [chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for locator('text="会員"')
193 | await page.goto(`${ url }?page=${ method }`);
194 | await page.click('text=月度で集計する');
> 195 | await page.click('text="会員"');
| ^
196 | await expect(page.locator(`#total-${ method }`)).toBeEnabled();
197 | });
198 |
at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/admin/total/total.test.ts:195:18
|
phpstan / PHPStan
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 57.3s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 41.9s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 42.6s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 42.9s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 44.5s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 55.1s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 57.5s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 59.9s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 57.2s
|
Slow Test:
[chromium] › test/admin/total/total.test.ts#L1
[chromium] › test/admin/total/total.test.ts took 54.7s
|
🎭 Playwright Run Summary
11 passed (9.5s)
|
🎭 Playwright Run Summary
11 passed (7.9s)
|
🎭 Playwright Run Summary
11 passed (7.3s)
|
🎭 Playwright Run Summary
11 passed (5.1s)
|
🎭 Playwright Run Summary
11 passed (6.2s)
|
🎭 Playwright Run Summary
11 passed (7.4s)
|
🎭 Playwright Run Summary
11 passed (8.9s)
|
🎭 Playwright Run Summary
11 passed (9.2s)
|
🎭 Playwright Run Summary
11 passed (6.2s)
|
🎭 Playwright Run Summary
11 passed (5.9s)
|
🎭 Playwright Run Summary
11 passed (7.3s)
|
🎭 Playwright Run Summary
48 passed (1.5m)
|
🎭 Playwright Run Summary
19 passed (4.2s)
|
🎭 Playwright Run Summary
48 passed (1.1m)
|
🎭 Playwright Run Summary
11 passed (6.1s)
|
🎭 Playwright Run Summary
19 passed (4.0s)
|
🎭 Playwright Run Summary
19 passed (4.6s)
|
🎭 Playwright Run Summary
19 passed (4.2s)
|
🎭 Playwright Run Summary
48 passed (1.2m)
|
🎭 Playwright Run Summary
19 passed (5.2s)
|
🎭 Playwright Run Summary
48 passed (1.1m)
|
🎭 Playwright Run Summary
48 passed (1.2m)
|
🎭 Playwright Run Summary
19 passed (5.4s)
|
🎭 Playwright Run Summary
48 passed (1.4m)
|
🎭 Playwright Run Summary
48 passed (1.5m)
|
🎭 Playwright Run Summary
19 passed (6.0s)
|
🎭 Playwright Run Summary
48 passed (1.6m)
|
🎭 Playwright Run Summary
48 passed (1.5m)
|
🎭 Playwright Run Summary
48 passed (1.4m)
|
🎭 Playwright Run Summary
19 passed (4.4s)
|
🎭 Playwright Run Summary
19 passed (4.2s)
|
🎭 Playwright Run Summary
19 passed (5.9s)
|
🎭 Playwright Run Summary
19 passed (4.6s)
|
🎭 Playwright Run Summary
19 passed (5.3s)
|
🎭 Playwright Run Summary
29 passed (31.2s)
|
🎭 Playwright Run Summary
29 passed (25.7s)
|
🎭 Playwright Run Summary
29 passed (26.4s)
|
🎭 Playwright Run Summary
29 passed (34.0s)
|
🎭 Playwright Run Summary
29 passed (26.0s)
|
🎭 Playwright Run Summary
29 passed (31.8s)
|
🎭 Playwright Run Summary
29 passed (27.8s)
|
🎭 Playwright Run Summary
29 passed (25.7s)
|
🎭 Playwright Run Summary
2 passed (2.9s)
|
🎭 Playwright Run Summary
29 passed (25.8s)
|
🎭 Playwright Run Summary
29 passed (26.6s)
|
🎭 Playwright Run Summary
29 passed (31.7s)
|
🎭 Playwright Run Summary
29 passed (25.9s)
|
🎭 Playwright Run Summary
1 passed (1.8s)
|
🎭 Playwright Run Summary
2 passed (3.0s)
|
🎭 Playwright Run Summary
1 passed (2.5s)
|
🎭 Playwright Run Summary
2 passed (2.8s)
|
🎭 Playwright Run Summary
1 passed (1.8s)
|
🎭 Playwright Run Summary
5 failed
[chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします ─
[chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします ─
[chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします ─
[chromium] › test/admin/total/total.test.ts:199:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 非会員集計の確認をします
[chromium] › test/admin/total/total.test.ts:207:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 2行以上のCSVダウンロードできるか確認をします
43 passed (6.7m)
|
🎭 Playwright Run Summary
1 passed (1.8s)
|
🎭 Playwright Run Summary
1 passed (2.3s)
|
🎭 Playwright Run Summary
1 passed (1.9s)
|
🎭 Playwright Run Summary
1 passed (2.9s)
|
🎭 Playwright Run Summary
1 passed (4.2s)
|
🎭 Playwright Run Summary
1 passed (1.8s)
|
🎭 Playwright Run Summary
1 passed (3.2s)
|
🎭 Playwright Run Summary
3 passed (10.4s)
|
🎭 Playwright Run Summary
5 failed
[chromium] › test/admin/total/total.test.ts:177:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 月度集計の確認をします ─
[chromium] › test/admin/total/total.test.ts:184:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 期間集計の確認をします ─
[chromium] › test/admin/total/total.test.ts:191:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 会員集計の確認をします ─
[chromium] › test/admin/total/total.test.ts:199:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 非会員集計の確認をします
[chromium] › test/admin/total/total.test.ts:207:9 › 売上集計画面を確認をします › 年代別集計の確認をします › 2行以上のCSVダウンロードできるか確認をします
43 passed (6.7m)
|
🎭 Playwright Run Summary
3 passed (9.9s)
|
🎭 Playwright Run Summary
1 passed (1.8s)
|
🎭 Playwright Run Summary
3 passed (8.8s)
|
🎭 Playwright Run Summary
1 passed (2.8s)
|
🎭 Playwright Run Summary
2 passed (2.8s)
|
🎭 Playwright Run Summary
3 passed (9.1s)
|
🎭 Playwright Run Summary
3 passed (8.8s)
|
🎭 Playwright Run Summary
3 passed (7.7s)
|
🎭 Playwright Run Summary
3 passed (9.3s)
|
🎭 Playwright Run Summary
3 passed (8.3s)
|
🎭 Playwright Run Summary
3 passed (9.5s)
|
🎭 Playwright Run Summary
3 passed (6.8s)
|
🎭 Playwright Run Summary
3 passed (10.1s)
|
🎭 Playwright Run Summary
2 passed (2.8s)
|
🎭 Playwright Run Summary
2 passed (4.6s)
|
🎭 Playwright Run Summary
2 passed (3.0s)
|
🎭 Playwright Run Summary
2 passed (2.8s)
|
🎭 Playwright Run Summary
2 passed (4.1s)
|
🎭 Playwright Run Summary
2 passed (4.3s)
|
🎭 Playwright Run Summary
3 passed (6.6s)
|
🎭 Playwright Run Summary
2 passed (2.9s)
|
🎭 Playwright Run Summary
2 passed (2.7s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
linux-php8.1-mysql-test-e2e-test-admin-evidence
|
2.36 MB |
|
linux-php8.1-mysql-test-e2e-test-admin-logs
|
25.6 KB |
|
linux-php8.2-mysql-test-e2e-test-admin-evidence
|
2.34 MB |
|
linux-php8.2-mysql-test-e2e-test-admin-logs
|
25.5 KB |
|