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

Mock websockets in integration tests #182

Open
izzqz opened this issue Jun 10, 2022 · 0 comments
Open

Mock websockets in integration tests #182

izzqz opened this issue Jun 10, 2022 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@izzqz
Copy link
Collaborator

izzqz commented Jun 10, 2022

We need a good solution for mocking ws in integration tests. Currently, all ws tests are e2e only. Would appreciate any help for it,

The perfect solution for me should:

  • Doesn't open any ports or separate process
  • Have easy access to work with mock data. Like nock works for now.
  • I can write my server implementation for any exchange
@izzqz izzqz added enhancement New feature or request help wanted Extra attention is needed javascript Pull requests that update Javascript code labels Jun 10, 2022
@izzqz izzqz added this to the road to v1 milestone Jun 10, 2022
@izzqz izzqz removed the javascript Pull requests that update Javascript code label Jun 10, 2022
@izzqz izzqz mentioned this issue Jan 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant