Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Device emulation applitools.config file
module.exports = {
appName: "ContentEditable App",
batchName: "Testing by device emulation",
concurrency: 100,
browser: {
deviceName: "iPhone X",
screenOrientation: "landscape",
name: "chrome"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment