Details of upload 24f122e9-5206-49ce-b05e-97a3344241c8

Created at
2025-06-20T09:06:33.596Z
Total number of tests
1032
JUnit report XML
View report
GitHub repository
ably/ably-js
Commit SHA
9bae245
Pull request base ref
main
Pull request head ref
laura/endpoint-option
Branch / tag name
1973/merge
Workflow asset retention period
90 days
GitHub action
__ably_test-observability-action
GitHub run ID
15774985734
GitHub run attempt
1
GitHub run number
2525
GitHub job
test-browser
GitHub job URL
Not known
Loop iteration
1

Test failures

There are 6 failures in this upload.

Failure ID Test case ID Test class Test case Message
d2c920c2-f029-437a-9220-57a23bc05509 e28b7419-55e1-474e-8e6a-10217c68ead6 Init with no endpoint-related options rest/defaults Init with no endpoint-related options expected 'main.realtime.ably.net(endpoint)' to equal 'main.realtime.ably.net'
e9e8bc3e-8112-4f76-b7f3-9d576eaeed3d bb734177-8f07-49ed-ae59-2f3dd0586225 Init with given environment rest/defaults Init with given environment expected 'main.realtime.ably.net(environment)' to equal 'main.realtime.ably.net'
ece9934e-91a6-4369-b565-ab993f4149c9 31f1e0b1-cfaa-4b61-86ab-dc38df42a9b9 Init with local environment and non-default ports rest/defaults Init with local environment and non-default ports expected 'local.realtime.ably.net(environment)' to equal 'local.realtime.ably.net'
d6b8de8a-8142-4c43-a677-e0e016884da8 7d341734-4c86-4ebe-b812-f5a5762892f8 multiple_concurrent_authorize realtime/auth multiple_concurrent_authorize done() called multiple times in test <realtime/auth multiple_concurrent_authorize>; in addition, done() received error: AssertionError: Check first authorize cb was called: expected false to be truthy
50ce0ac1-a4ff-45f5-8de1-3a5daaffd8c4 c5652022-0ae8-4ba4-879f-1c90cace1cdd init_primary_domain realtime/init init_primary_domain Verify correct primary domain chosen: expected '.realtime.ably.net(endpoint)' to equal 'main.realtime.ably.net'
5331b001-8887-499d-948e-05d0a3c4244f ac023ab9-454f-4816-b7c3-c16cb238166f presenceEnterAndLeave realtime/presence presenceEnterAndLeave Timeout of 20000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.