-
Notifications
You must be signed in to change notification settings - Fork 2
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
Adding Website integration tests #416
base: main
Are you sure you want to change the base?
Conversation
…/sailbot_workspace into user/Jay/WEB_Int_test
Just putting this here as its relevant to the web integration tests. Thinking of mocking the HTTP endpoints for the unit tests and leaving it to these integration tests to actually test the functionality of the endpoints. |
Also are we going to wait until web endpoints are ready (and the WEB integration tests work) before merging this? Just to verify there's no bugs with the test itself |
I would prefer to wait until the remote transciver is done to remove any bugs that pops out of the integration tests. |
We need to remove the Raye's data as I have already converted them into YAML. |
Description
I have added the website integration test functionality. Details on the structure of the integration tests and how to create tests is on the design specification.
Verification
Note: Error not from the integration tests side is considered acceptable but preferably avoided
Resources