Skip to content

Instantly share code, notes, and snippets.

@ig-perez
Created December 4, 2019 19:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ig-perez/7f3b73ad862b84a62e56ba705eb74347 to your computer and use it in GitHub Desktop.
Save ig-perez/7f3b73ad862b84a62e56ba705eb74347 to your computer and use it in GitHub Desktop.
Bespoken Sample: This is how a testing.json configuration file looks like for end-to-end tests.
{
"type": "e2e",
"findReplace": {
"INVOCATION_NAME": "quick list",
"INVOCATION_NAME_DEV": "quick list development"
},
"homophones": {
"is": ["as", "does", "it's"],
"two": ["to", "2"],
"contestant": ["contested"]
},
"trace": false,
"jest": {
"reporters": [
"default",
[
"./node_modules/jest-html-reporter",
{
"includeFailureMsg": true,
"pageTitle": "Bespoken Test Report"
}
]
],
"silent": false,
"testMatch": ["**/test/*.yml", "**/tests/*.yml", "**/*.e2e.yml"]
},
"virtualDeviceToken": {
"alexa": {
"en-US": "alexa-xxxx-xxxx-xxxx-xxxx-xxxx"
},
"google": {
"en-US": "google-xxxx-xxxx-xxxx-xxxx-xxxx"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment