ably-labs / ably-chat-kotlin

Ably Chat SDK for Android
Apache License 2.0
1 stars 1 forks source link

[Integration Test] Implement test sandbox API #26

Open sacOO7 opened 4 weeks ago

sacOO7 commented 4 weeks ago

┆Issue is synchronized with this Jira Task by Unito

sacOO7 commented 5 days ago

Based on the last discussion, the scope of this work has been significantly reduced and we will only focus on testing basic functionality of public API's using ably sandbox.

sacOO7 commented 5 days ago

sandbox setup and tearDown involves minimal work and can be referred from https://github.com/ably-forks/laravel-echo/blob/master/tests/ably/setup/sandbox.ts

sacOO7 commented 5 days ago

Although chat-UTS covers complex testing scenarios, we must set up lang. specific adapter for it. Also, we can't test the new public API immediately without exposing relevant methods and also depends on relevant API test availability in the chat-UTS. This task will only focus on setting up sandbox API that will be useful to test public API's without considering complex scenarios.

sacOO7 commented 5 days ago

Need to create separate JIRA issue for kotlin-UTS-adapter