Confirmed users
3,727
edits
Line 98: | Line 98: | ||
* Loop Client | * Loop Client | ||
In the browser: https://call.mozilla.com | |||
should return "Welcome to the Loop web client." | |||
In the browser: https://call.mozilla.com/config.js | |||
Should return json similar to the following: | Should return json similar to the following: | ||
var loop = loop || {}; | var loop = loop || {}; | ||
loop.config = {serverUrl: 'https://loop.services.mozilla.com'}; | loop.config = {serverUrl: 'https://loop.services.mozilla.com'}; | ||
curl https://call.mozilla.com | curl https://call.mozilla.com | ||
curl -I https://call.mozilla.com | curl -I https://call.mozilla.com | ||
Quick end-to-end tests: | |||
Desktop: browser to browser | |||
Desktop to FxOS | |||
FxOS to Desktop | |||
Two FxOS devices | |||
* MSISDN Gateway | * MSISDN Gateway |