Skip to content

Remove unused dependency to npm-run-all #217

Remove unused dependency to npm-run-all

Remove unused dependency to npm-run-all #217

Triggered via pull request November 18, 2024 13:30
Status Success
Total duration 10m 58s
Artifacts 8

test-extensions.yml

on: pull_request
labextension-compatibility
1m 32s
labextension-compatibility
Matrix: ui-test
Fit to window
Zoom out
Zoom in

Annotations

2 errors, 18 warnings, and 8 notices
validate_assignment.spec.ts:150:1 β€Ί Validation grade cell changed: C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\nbgrader\tests\ui-tests\utils\test_utils.ts#L73
1) validate_assignment.spec.ts:150:1 β€Ί Validation grade cell changed ───────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('.nbgrader-ErrorDialog') Expected: 1 Received: 0 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('.nbgrader-ErrorDialog') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" at captureRawStack (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright-core\lib\utils\stackTrace.js:49:17) at Proxy.toHaveCount (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\matchers\expect.js:186:84) at waitForErrorModal (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\nbgrader\tests\ui-tests\utils\test_utils.ts:73:55) at C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\nbgrader\tests\ui-tests\validate_assignment.spec.ts:162:26 at C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\worker\workerMain.js:336:9 at C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\worker\testInfo.js:297:11 at TimeoutManager.withRunnable (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\worker\timeoutManager.js:53:14) at TestInfoImpl._runAsStage (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\worker\testInfo.js:295:7) at C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\worker\workerMain.js:328:7 at C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\worker\testInfo.js:297:11 at TimeoutManager.withRunnable (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\worker\timeoutManager.js:41:27) at TestInfoImpl._runAsStage (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\worker\testInfo.js:295:7) at WorkerMain._runTest (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\worker\workerMain.js:278:5) at WorkerMain.runTestGroup (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\worker\workerMain.js:202:11) at process.<anonymous> (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-g767zdpo\node_modules\playwright\lib\common\process.js:94:22)
validate_assignment.spec.ts:150:1 β€Ί Validation grade cell changed: nbgrader\tests\ui-tests\utils\test_utils.ts#L73
1) validate_assignment.spec.ts:150:1 β€Ί Validation grade cell changed ───────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected) Locator: locator('.nbgrader-ErrorDialog') Expected: 1 Received: 0 Call log: - expect.toHaveCount with timeout 5000ms - waiting for locator('.nbgrader-ErrorDialog') - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" - locator resolved to 0 elements - unexpected value "0" at utils\test_utils.ts:73 71 | */ 72 | export const waitForErrorModal = async (page: IJupyterLabPageFixture) => { > 73 | await expect(page.locator(".nbgrader-ErrorDialog")).toHaveCount(1); | ^ 74 | } 75 | 76 | /* at waitForErrorModal (D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\utils\test_utils.ts:73:55) at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\validate_assignment.spec.ts:162:26
labextension-compatibility
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
labextension-compatibility
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test (windows-latest, 3.10, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (windows-latest, 3.10, nbextensions)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test (ubuntu-22.04, 3.11, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.11, nbextensions)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test (windows-latest, 3.11, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (windows-latest, 3.11, nbextensions)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test (ubuntu-22.04, 3.10, nbextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.10, nbextensions)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test (ubuntu-22.04, 3.11, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.11, labextensions)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test (windows-latest, 3.11, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (windows-latest, 3.11, labextensions)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test (ubuntu-22.04, 3.10, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (ubuntu-22.04, 3.10, labextensions)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
ui-test (windows-latest, 3.10, labextensions)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
ui-test (windows-latest, 3.10, labextensions)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/setup-python@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
22 skipped 27 passed (2.5m)
🎭 Playwright Run Summary
49 passed (7.0m)
🎭 Playwright Run Summary
1 flaky validate_assignment.spec.ts:150:1 β€Ί Validation grade cell changed ────────────────────────────── 22 skipped 26 passed (3.1m)
🎭 Playwright Run Summary
49 passed (7.5m)
🎭 Playwright Run Summary
49 passed (7.9m)
🎭 Playwright Run Summary
22 skipped 27 passed (4.0m)
🎭 Playwright Run Summary
49 passed (8.0m)
🎭 Playwright Run Summary
22 skipped 27 passed (4.2m)

Artifacts

Produced during runtime
Name Size
nbgrader-uitests-labextensions-ubuntu-22.04-python3.10
201 KB
nbgrader-uitests-labextensions-ubuntu-22.04-python3.11
201 KB
nbgrader-uitests-labextensions-windows-latest-python3.10
199 KB
nbgrader-uitests-labextensions-windows-latest-python3.11
199 KB
nbgrader-uitests-nbextensions-ubuntu-22.04-python3.10
200 KB
nbgrader-uitests-nbextensions-ubuntu-22.04-python3.11
200 KB
nbgrader-uitests-nbextensions-windows-latest-python3.10
198 KB
nbgrader-uitests-nbextensions-windows-latest-python3.11
2.34 MB