build(deps-dev): bump the eslint group across 1 directory with 2 updates #7135
playwright.yml
on: pull_request
Annotations
4 errors and 10 notices
|
[default] › tests/playwright/e2e/files_versions/version-download.spec.ts:17:2 › files_versions: versions download › downloads versions of an own file and asserts their content:
tests/playwright/support/sections/VersionsTab.ts#L190
1) [default] › tests/playwright/e2e/files_versions/version-download.spec.ts:17:2 › files_versions: versions download › downloads versions of an own file and asserts their content
Error: apiRequestContext.get: socket hang up
Call log:
- → GET http://localhost:8042/remote.php/dav/files/zpr53/download.txt
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.7922.34 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: oc_sessionPassphrase=t%2FYfD%2BD38vCcoOzOGQ3tFvbuXljlXRQzNV%2Bg4efUbQ%2FgRmdYYl3HlJLruQd3roQ5R7ML5dUraBJiSRaEDp6lYceIA5mq8ozITw0vXyNK9dmiI%2BoTJ2ZCRMW%2BTACCv4e2; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc6c45o7z5pl=es6u0bs6ts51eck3kbulrds3p6
at ../support/sections/VersionsTab.ts:190
188 | throw new Error(`Version ${index} has no download link`)
189 | }
> 190 | const response = await this.page.request.get(href)
| ^
191 | return await response.text()
192 | }
193 |
at VersionsTab.getVersionContent (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/VersionsTab.ts:190:44)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-download.spec.ts:24:10
|
|
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:45:2 › files_sharing: Public share - copy:
tests/playwright/support/utils/dav.ts#L216
1) [default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:45:2 › files_sharing: Public share - copy, move and rename files › can move a file to another folder
Error: apiRequestContext.get: socket hang up
Call log:
- → GET http://localhost:8042/csrftoken
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.7922.34 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- authorization: Basic dHZiMnA6dHZiMnA=
at ../support/utils/dav.ts:216
214 | */
215 | async function getRequestToken(request: APIRequestContext): Promise<string> {
> 216 | const response = await request.get('/csrftoken', { failOnStatusCode: true })
| ^
217 | return (await response.json()).token
218 | }
219 |
at getRequestToken (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:216:33)
at mkdir (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:25:29)
at seedSharedFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/sharing.ts:264:8)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:18:9
|
|
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-download.spec.ts:17:2 › files_versions: versions download › downloads versions of an own file and asserts their content:
tests/playwright/support/sections/VersionsTab.ts#L190
2) [default] › tests/playwright/tests/playwright/e2e/files_versions/version-download.spec.ts:17:2 › files_versions: versions download › downloads versions of an own file and asserts their content
Error: apiRequestContext.get: socket hang up
Call log:
- → GET http://localhost:8042/remote.php/dav/files/zpr53/download.txt
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.7922.34 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- cookie: oc_sessionPassphrase=t%2FYfD%2BD38vCcoOzOGQ3tFvbuXljlXRQzNV%2Bg4efUbQ%2FgRmdYYl3HlJLruQd3roQ5R7ML5dUraBJiSRaEDp6lYceIA5mq8ozITw0vXyNK9dmiI%2BoTJ2ZCRMW%2BTACCv4e2; nc_sameSiteCookielax=true; nc_sameSiteCookiestrict=true; oc6c45o7z5pl=es6u0bs6ts51eck3kbulrds3p6
at ../support/sections/VersionsTab.ts:190
188 | throw new Error(`Version ${index} has no download link`)
189 | }
> 190 | const response = await this.page.request.get(href)
| ^
191 | return await response.text()
192 | }
193 |
at VersionsTab.getVersionContent (/home/runner/actions-runner/_work/server/server/tests/playwright/support/sections/VersionsTab.ts:190:44)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_versions/version-download.spec.ts:24:10
|
|
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:45:2 › files_sharing: Public share - copy:
tests/playwright/support/utils/dav.ts#L216
1) [default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:45:2 › files_sharing: Public share - copy, move and rename files › can move a file to another folder
Error: apiRequestContext.get: socket hang up
Call log:
- → GET http://localhost:8042/csrftoken
- user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/151.0.7922.34 Safari/537.36
- accept: */*
- accept-encoding: gzip,deflate,br
- authorization: Basic dHZiMnA6dHZiMnA=
at ../support/utils/dav.ts:216
214 | */
215 | async function getRequestToken(request: APIRequestContext): Promise<string> {
> 216 | const response = await request.get('/csrftoken', { failOnStatusCode: true })
| ^
217 | return (await response.json()).token
218 | }
219 |
at getRequestToken (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:216:33)
at mkdir (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/dav.ts:25:29)
at seedSharedFolder (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/sharing.ts:264:8)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:18:9
|
|
🎭 Playwright Run Summary
7 passed (5.3m)
|
|
🎭 Playwright Run Summary
46 passed (6.1m)
|
|
🎭 Playwright Run Summary
46 passed (6.6m)
|
|
🎭 Playwright Run Summary
44 passed (8.2m)
|
|
🎭 Playwright Run Summary
47 passed (8.6m)
|
|
🎭 Playwright Run Summary
46 passed (7.9m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_versions/version-download.spec.ts:17:2 › files_versions: versions download › downloads versions of an own file and asserts their content
47 passed (10.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:45:2 › files_sharing: Public share - copy, move and rename files › can move a file to another folder
45 passed (10.5m)
|
|
🎭 Playwright Run Summary
48 passed (10.1m)
|
|
🎭 Playwright Run Summary
2 flaky
[default] › tests/playwright/tests/playwright/e2e/files_sharing/public-share/copy-move-rename-files.spec.ts:45:2 › files_sharing: Public share - copy, move and rename files › can move a file to another folder
[default] › tests/playwright/tests/playwright/e2e/files_versions/version-download.spec.ts:17:2 › files_versions: versions download › downloads versions of an own file and asserts their content
376 passed (12.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
107 KB |
sha256:5da9aea83ded6ec95ff1d6dbc1a1a2c7a69b3ef2e852876e9c9259fb4124eee4
|
|
|
blob-report-2
Expired
|
80.5 KB |
sha256:4ee54c734f5252f32f17b42e86c825afe17f445640ef7d43d8b04a16916a0671
|
|
|
blob-report-3
Expired
|
96.6 KB |
sha256:cab3d25a0f7eaac96426f4db8aa4f5f7ee1061263cf3eb83362c2937c9ba70f6
|
|
|
blob-report-4
Expired
|
104 KB |
sha256:a4db4fcec4d16c86d93176563c3f04d4dcb3fea2d19662c01fc75fbc23f7b864
|
|
|
blob-report-5
Expired
|
2.62 MB |
sha256:9d8cd98e38647014cbb9496aaa6c5a5a4390c589b2381c51cd90fcd988c13724
|
|
|
blob-report-6
Expired
|
134 KB |
sha256:160150fad3173ae27c68f66c62bc04b9c38ad090b9e68c4a8410dfa6fd937d9c
|
|
|
blob-report-7
Expired
|
4.86 MB |
sha256:1b0f7d6f41354d3dbf0cc606cc04a52c7fe520c5cdf0cc4f8060d75d29ba1abc
|
|
|
blob-report-8
Expired
|
102 KB |
sha256:7c118d59bdb9ef2b8f1048661ef5a834ba4e285237c434e3691614aca5e05738
|
|
|
blob-report-setup
Expired
|
31.8 KB |
sha256:b8cc7adfbff9d026c9f8cf231dbce447caf289b06e6fad807a02a1ba916d6544
|
|
|
html-report--attempt-1
|
8.14 MB |
sha256:eb90867848e9f140cc61e009491471701cbf65be938266765971b3ddb0351285
|
|