Skip to content

Instantly share code, notes, and snippets.

@bespoken-cookbook
Created December 23, 2019 15:36
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 bespoken-cookbook/dab840fa1d178d1ace801a923760e472 to your computer and use it in GitHub Desktop.
Save bespoken-cookbook/dab840fa1d178d1ace801a923760e472 to your computer and use it in GitHub Desktop.
{
"type":"e2e",
"findReplace":{
"INVOCATION_NAME":"guess the price",
"INVOCATION_NAME_DEV":"guess the price 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