Name Description Size
bing.sjs 7000
browser.ini 316
browser_translation_bing.js Checks if the translation is happening. 4923
browser_translation_exceptions.js 8115
browser_translation_yandex.js Ensure that the translation engine behaives as expected when translating a sample page. 4321
browser_translations_settings.js Retrieves the always-translate language list as an array. @returns {Array<string>} 12603
fixtures
yandex.sjs Yandex Requests have to be signed with an API Key. This mock server supports the following keys: yandexValidKey Always passes the authentication, yandexInvalidKey Never passes authentication and fails with 401 code, yandexBlockedKey Never passes authentication and fails with 402 code, yandexOutOfRequestsKey Never passes authentication and fails with 403 code, yandexOutOfCharsKey Never passes authentication and fails with 404 code. If any other key is used the server reponds with 401 error code. 5423