You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running the tests against a local send server would give more meaningful results
might make the tests harder to run (as they will now require Send and all of its dependencies).
tests would probably have to be run in a specific order and may become dependant upon each other (ie upload before download, and download would need the url created by upload)
A send server can be started within Travis, it seems unlikely the Firefox Send project would want my tests being run against their service
none of the api_* functions currently have any tests.
It would be very interesting to attempt to ensure compatibility with the official client by using https://developer.mozilla.org/en-US/Firefox/Headless_mode#Automated_testing_with_headless_mode (upload with browser + download with send-cli and vice versa), there are some tests in Firefox Send that may be relevant/reusable here.
The text was updated successfully, but these errors were encountered: