feat(reporter): add support for function type to classname option in the junit reporter #12281
Triggered via pull request
November 15, 2024 00:15
Status
Failure
Total duration
14m 10s
Artifacts
–
ci.yml
on: pull_request
Diff: node-latest, ubuntu-latest
14s
Lint: node-latest, ubuntu-latest
2m 29s
Matrix: test-browser
Matrix: test
Annotations
4 errors
specs/runner.test.ts > running browser tests > tests are actually running:
test/browser/specs/runner.test.ts#L32
AssertionError: expected [ { …(6) }, { …(6) }, { …(6) }, …(13) ] to have a length of 17 but got 16
- Expected
+ Received
- 17
+ 16
❯ specs/runner.test.ts:32:25
|
specs/server-url.test.ts > server-url http:
test/browser/specs/server-url.test.ts#L14
AssertionError: expected '\n⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯\nErr…' to be '' // Object.is equality
- Expected
+ Received
+
+ ⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯
+ Error: listen EACCES: permission denied ::1:51133
+ ❯ Server.setupListenHandle [as _listen2] ../../node:net:1882:21
+ ❯ listenInCluster ../../node:net:1961:12
+ ❯ GetAddrInfoReqWrap.doListen ../../node:net:2135:7
+ ❯ GetAddrInfoReqWrap.onlookup [as oncomplete] ../../node:dns:111:8
+ ❯ GetAddrInfoReqWrap.callbackTrampoline ../../node:internal/async_hooks:130:17
+
+ ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
+ Serialized Error: { code: 'EACCES', errno: -4092, syscall: 'listen', address: '::1', port: 51133 }
+
+
❯ specs/server-url.test.ts:14:18
|
specs/server-url.test.ts > server-url https:
test/browser/specs/server-url.test.ts#L24
AssertionError: expected '\n⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯\nErr…' to be '' // Object.is equality
- Expected
+ Received
+
+ ⎯⎯⎯⎯⎯⎯ Unhandled Error ⎯⎯⎯⎯⎯⎯⎯
+ Error: listen EACCES: permission denied ::1:51122
+ ❯ Http2SecureServer.setupListenHandle [as _listen2] ../../node:net:1882:21
+ ❯ listenInCluster ../../node:net:1961:12
+ ❯ GetAddrInfoReqWrap.doListen ../../node:net:2135:7
+ ❯ GetAddrInfoReqWrap.onlookup [as oncomplete] ../../node:dns:111:8
+ ❯ GetAddrInfoReqWrap.callbackTrampoline ../../node:internal/async_hooks:130:17
+
+ ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
+ Serialized Error: { code: 'EACCES', errno: -4092, syscall: 'listen', address: '::1', port: 51122 }
+
+
❯ specs/server-url.test.ts:24:18
|
Browser: webkit, windows-latest
Process completed with exit code 1.
|