Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Integration Test] Implement test sandbox API #26

Open
sacOO7 opened this issue Oct 1, 2024 · 5 comments
Open

[Integration Test] Implement test sandbox API #26

sacOO7 opened this issue Oct 1, 2024 · 5 comments
Assignees

Comments

@sacOO7
Copy link

sacOO7 commented Oct 1, 2024

  • Implement test sandbox API as a part of test-suite.
  • Currently, only unit tests are available, to test complex scenarios, we will need ably sandbox in place.

┆Issue is synchronized with this Jira Task by Unito

@sacOO7 sacOO7 self-assigned this Oct 1, 2024
@sacOO7
Copy link
Author

sacOO7 commented Oct 26, 2024

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
Copy link
Author

sacOO7 commented Oct 26, 2024

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
Copy link
Author

sacOO7 commented Oct 26, 2024

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
Copy link
Author

sacOO7 commented Oct 26, 2024

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

@lawrence-forooghian
Copy link

lawrence-forooghian commented Nov 7, 2024

I’ve written some basic integration tests for the Swift SDK in ably-labs/ably-chat-swift#100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants