Add mu-plugins #385
Annotations
4 errors, 3 warnings, and 1 notice
π§ͺ Run api tests:
tests/pw/tests/api/sellerBadge.spec.ts#L40
1) [api_tests] βΊ sellerBadge.spec.ts:36:9 βΊ seller badge api test βΊ get verified-seller verification types
Error: Result does not match schema: Required
Required
Required
Details: {
"issues": [
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"id_verification"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"company_verification"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"address_verification"
],
"message": "Required"
}
],
"name": "ZodError"
}
38 | expect(response.ok()).toBeTruthy();
39 | expect(responseBody).toBeTruthy();
> 40 | expect(responseBody).toMatchSchema(schemas.sellerBadgeSchema.verificationTypesSchema);
| ^
41 | });
42 |
43 | test('get all seller badge events', { tag: ['@Pro'] }, async () => {
at /home/runner/work/dokan/dokan/tests/pw/tests/api/sellerBadge.spec.ts:40:30
|
π§ͺ Run api tests:
tests/pw/tests/api/sellerBadge.spec.ts#L40
1) [api_tests] βΊ sellerBadge.spec.ts:36:9 βΊ seller badge api test βΊ get verified-seller verification types
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Result does not match schema: Required
Required
Required
Details: {
"issues": [
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"id_verification"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"company_verification"
],
"message": "Required"
},
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"address_verification"
],
"message": "Required"
}
],
"name": "ZodError"
}
38 | expect(response.ok()).toBeTruthy();
39 | expect(responseBody).toBeTruthy();
> 40 | expect(responseBody).toMatchSchema(schemas.sellerBadgeSchema.verificationTypesSchema);
| ^
41 | });
42 |
43 | test('get all seller badge events', { tag: ['@Pro'] }, async () => {
at /home/runner/work/dokan/dokan/tests/pw/tests/api/sellerBadge.spec.ts:40:30
|
π§ͺ Run api tests
Process completed with exit code 1.
|
π§ͺ Run e2e tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
π§ͺ Run api tests:
tests/pw/[api_tests] βΊ calculation.spec.ts#L1
tests/pw/[api_tests] βΊ calculation.spec.ts took 2.3m
|
π§ͺ Run api tests:
tests/pw/[site_setup] βΊ _site.setup.ts#L1
tests/pw/[site_setup] βΊ _site.setup.ts took 12.3s
|
π§ͺ Run api tests
1 failed
[api_tests] βΊ sellerBadge.spec.ts:36:9 βΊ seller badge api test βΊ get verified-seller verification types
16 skipped
383 passed (3.1m)
|
Loading