Bump @playwright/test from 1.54.1 to 1.55.1 in /prototypes/basic #589
Annotations
4 errors, 1 warning, and 3 notices
|
Test (Node.js 20)
Process completed with exit code 1.
|
|
tests/validation.spec.js:18:5 › validation messages are shown:
prototypes/basic/tests/validation.spec.js#L88
1) tests/validation.spec.js:18:5 › validation messages are shown ─────────────────────────────────
Error: expect(received).toStrictEqual(expected) // deep equality
- Expected - 9
+ Received + 1
- Array [
- "Name",
- "Date of birth",
- "Time of birth",
- "Weight",
- "Colour",
- "Markings",
- "Notes",
- ]
+ Array []
86 |
87 | const colNames = await mapping.getColumnNames()
> 88 | expect(colNames).toStrictEqual(expectedColumns)
| ^
89 |
90 | const examples = await mapping.getExamples()
91 | expect(examples).toStrictEqual(expectedExamples)
at /home/runner/work/data-import/data-import/prototypes/basic/tests/validation.spec.js:88:22
|
|
Test (Node.js 22)
The operation was canceled.
|
|
Test (Node.js 22)
The strategy configuration was canceled because "test._20" failed
|
|
Test (Node.js 22)
No files were found with the provided path: ./prototypes/basic/test-results. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
4 passed (12.7s)
|
|
🎭 Playwright Run Summary
4 passed (17.0s)
|
|
🎭 Playwright Run Summary
1 failed
tests/validation.spec.js:18:5 › validation messages are shown ──────────────────────────────────
3 passed (14.2s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results-node-18
Expired
|
412 Bytes |
sha256:4bdf0f66157bb31b69c4910cb89f86dfb489097b296d26f9f4ffa602cdfa8981
|
|
|
test-results-node-20
Expired
|
2.47 KB |
sha256:48b6cdd973ce799ea584cfe7d2d8339f2d6c31489c1374a3ab9285cbb4454395
|
|
|
test-results-node-24
Expired
|
412 Bytes |
sha256:c2cfb9080c1bd2d7fc15dbcca1064c8dfe1c282f2b93463c681c8bfa535c583b
|
|