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

Functional test of room server #4

Open
alexjball opened this issue Nov 14, 2019 · 0 comments
Open

Functional test of room server #4

alexjball opened this issue Nov 14, 2019 · 0 comments

Comments

@alexjball
Copy link
Owner

Make a test that makes test requests to a running room server to simulate a user session, and validate the media and control streams. For the media stream, we can test that the stream parses. For the control stream, we can hardcode some VNC commands or, if noVNC can run in Node, we can use an RFB to establish a connection and send commands.

The test runs against an arbitrary room server, so it should be useful for development and in CI. in CI, it should run against either a test env in CD or in a room server deployed inside the Travis Ubuntu 18.04 env. The advantage of the latter is that PR builds would test changes to the server.

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

1 participant