My question is about configuring Cypress to launch a browser instance in a certain language.
In order to:
from Gleb Bahmutov:
you set it during cy.visit using onBeforeLoad with something like Object.defineProperty(navigator, 'language', { value: 'de-GE' })
onBeforeLoad
Object.defineProperty(navigator, 'language', { value: 'de-GE' })
src: https://gitter.im/cypress-io/cypress?at=5d61408a07d1ff39f8769545