fix: Use string as scope #562
test.yml
on: pull_request
eslint
12s
Validate all commits
5s
build
13s
test-saas
4m 54s
Matrix: test
Annotations
2 errors, 8 warnings, and 3 notices
[chromium] › TestDataService/TestDataService.spec.ts:20:1 › Data Service:
src/services/TestDataService.ts#L165
1) [chromium] › TestDataService/TestDataService.spec.ts:20:1 › Data Service ──────────────────────
Error: expect(received).toBeTruthy()
Received: false
at ../src/services/TestDataService.ts:165
163 | data: basicProduct,
164 | });
> 165 | expect(productResponse.ok()).toBeTruthy();
| ^
166 |
167 | const { data: product } = (await productResponse.json()) as { data: Product };
168 |
at TestDataService.createBasicProduct (/home/runner/work/acceptance-test-suite/acceptance-test-suite/src/services/TestDataService.ts:165:38)
at TestDataService.createVariantProducts (/home/runner/work/acceptance-test-suite/acceptance-test-suite/src/services/TestDataService.ts:270:34)
at /home/runner/work/acceptance-test-suite/acceptance-test-suite/tests/TestDataService/TestDataService.spec.ts:86:29
|
test-saas
Process completed with exit code 1.
|
Validate all commits
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
eslint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (shopware, http://localhost:8011)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (shopware, http://localhost:8011)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
test (shopware-65, http://localhost:8021)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test (shopware-65, http://localhost:8021)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
|
test-saas
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
4 skipped
40 passed (3.8m)
|
🎭 Playwright Run Summary
4 skipped
40 passed (3.2m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › TestDataService/TestDataService.spec.ts:20:1 › Data Service ───────────────────────
2 skipped
19 passed (3.7m)
|