update config #18
Annotations
3 errors, 5 warnings, and 2 notices
π§ͺ Running the api tests:
tests/pw/tests/api/admins.spec.ts#L95
1) [api_tests] βΊ admins.spec.ts:91:9 βΊ admin api test βΊ get admin export logs @Pro βββββββββββββββ
Error: Result does not match schema: Required
Details: {
"issues": [
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"columns"
],
"message": "Required"
}
],
"name": "ZodError"
}
93 | expect(response.ok()).toBeTruthy();
94 | expect(responseBody).toBeTruthy();
> 95 | expect(responseBody).toMatchSchema(schemas.admin.adminExportLogsSchema);
| ^
96 | });
97 | });
98 |
at /home/runner/work/dokan/dokan/tests/pw/tests/api/admins.spec.ts:95:30
|
π§ͺ Running the api tests:
tests/pw/tests/api/admins.spec.ts#L95
1) [api_tests] βΊ admins.spec.ts:91:9 βΊ admin api test βΊ get admin export logs @Pro βββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Result does not match schema: Required
Details: {
"issues": [
{
"code": "invalid_type",
"expected": "object",
"received": "undefined",
"path": [
"columns"
],
"message": "Required"
}
],
"name": "ZodError"
}
93 | expect(response.ok()).toBeTruthy();
94 | expect(responseBody).toBeTruthy();
> 95 | expect(responseBody).toMatchSchema(schemas.admin.adminExportLogsSchema);
| ^
96 | });
97 | });
98 |
at /home/runner/work/dokan/dokan/tests/pw/tests/api/admins.spec.ts:95:30
|
π§ͺ Running the api tests
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v3, actions/github-script@v6, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
π§ͺ Running the api tests:
tests/pw/[api_tests] βΊ products.spec.ts#L1
tests/pw/[api_tests] βΊ products.spec.ts took 10.1s
|
π§ͺ Running the api tests:
tests/pw/[api_tests] βΊ stores.spec.ts#L1
tests/pw/[api_tests] βΊ stores.spec.ts took 6.2s
|
π§ͺ Running the e2e tests:
tests/pw/[e2e_setup] βΊ _env.setup.ts#L1
tests/pw/[e2e_setup] βΊ _env.setup.ts took 16.2s
|
π§ͺ Running the e2e tests:
tests/pw/[auth_setup] βΊ _auth.setup.ts#L1
tests/pw/[auth_setup] βΊ _auth.setup.ts took 13.1s
|
π§ͺ Running the api tests
1 failed
[api_tests] βΊ admins.spec.ts:91:9 βΊ admin api test βΊ get admin export logs @Pro ββββββββββββββββ
21 skipped
259 passed (44.6s)
|
π§ͺ Running the e2e tests
5 skipped
45 passed (40.7s)
|
The logs for this run have expired and are no longer available.
Loading