-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create output dirs for tests and pretty print JSON to them
- Loading branch information
1 parent
2fd50c3
commit 67fb593
Showing
54 changed files
with
403 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
{"open_uri_action":{"uri":"the uri"},"title":"the title"} | ||
{ | ||
"open_uri_action": { | ||
"uri": "the uri" | ||
}, | ||
"title": "the title" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
{"image":{"image_uri":"the uri","accessibility_text":"the ally text"}} | ||
{ | ||
"image": { | ||
"image_uri": "the uri", | ||
"accessibility_text": "the ally text" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
{"image":{"image_uri":"the uri","accessibility_text":"the ally text"},"buttons":[{"open_uri_action":{"uri":"the uri"},"title":"the title"}],"subtitle":"the subtitle","title":"the title"} | ||
{ | ||
"image": { | ||
"image_uri": "the uri", | ||
"accessibility_text": "the ally text" | ||
}, | ||
"buttons": [ | ||
{ | ||
"open_uri_action": { | ||
"uri": "the uri" | ||
}, | ||
"title": "the title" | ||
} | ||
], | ||
"subtitle": "the subtitle", | ||
"title": "the title" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
{"formatted_text":"the formatted text","buttons":[{"open_uri_action":{"uri":"the uri"},"title":"the title"}],"subtitle":"the subtitle","title":"the title"} | ||
{ | ||
"formatted_text": "the formatted text", | ||
"buttons": [ | ||
{ | ||
"open_uri_action": { | ||
"uri": "the uri" | ||
}, | ||
"title": "the title" | ||
} | ||
], | ||
"subtitle": "the subtitle", | ||
"title": "the title" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{"text":"the text","postback":"the postback"} | ||
{ | ||
"text": "the text", | ||
"postback": "the postback" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,13 @@ | ||
{"card":{"buttons":[{"text":"the text","postback":"the postback"}],"image_uri":"the uri","subtitle":"the subtitle","title":"the title"}} | ||
{ | ||
"card": { | ||
"buttons": [ | ||
{ | ||
"text": "the text", | ||
"postback": "the postback" | ||
} | ||
], | ||
"image_uri": "the uri", | ||
"subtitle": "the subtitle", | ||
"title": "the title" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
{"items":[{"image":{"image_uri":"the uri","accessibility_text":"the ally text"},"title":"the title","description":"the description","info":{"key":"the key","synonyms":["a synonym"]}}]} | ||
{ | ||
"items": [ | ||
{ | ||
"image": { | ||
"image_uri": "the uri", | ||
"accessibility_text": "the ally text" | ||
}, | ||
"title": "the title", | ||
"description": "the description", | ||
"info": { | ||
"key": "the key", | ||
"synonyms": [ | ||
"a synonym" | ||
] | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{"image_uri":"the uri","accessibility_text":"the ally text"} | ||
{ | ||
"image_uri": "the uri", | ||
"accessibility_text": "the ally text" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
{"image":{"image_uri":"the uri","accessibility_text":"the ally text"},"title":"the title","description":"the description","info":{"key":"the key","synonyms":["a synonym"]}} | ||
{ | ||
"image": { | ||
"image_uri": "the uri", | ||
"accessibility_text": "the ally text" | ||
}, | ||
"title": "the title", | ||
"description": "the description", | ||
"info": { | ||
"key": "the key", | ||
"synonyms": [ | ||
"a synonym" | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{"destination_name":"the name","uri":"the app"} | ||
{ | ||
"destination_name": "the name", | ||
"uri": "the app" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,19 @@ | ||
{"items":[{"image":{"image_uri":"the uri","accessibility_text":"the ally text"},"title":"the title","description":"the description","info":{"key":"the key","synonyms":["a synonym"]}}],"title":"the title"} | ||
{ | ||
"items": [ | ||
{ | ||
"image": { | ||
"image_uri": "the uri", | ||
"accessibility_text": "the ally text" | ||
}, | ||
"title": "the title", | ||
"description": "the description", | ||
"info": { | ||
"key": "the key", | ||
"synonyms": [ | ||
"a synonym" | ||
] | ||
} | ||
} | ||
], | ||
"title": "the title" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{"uri":"the uri"} | ||
{ | ||
"uri": "the uri" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
{"title":"the title","quick_replies":["the reply"]} | ||
{ | ||
"title": "the title", | ||
"quick_replies": [ | ||
"the reply" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
{"key":"the key","synonyms":["a synonym"]} | ||
{ | ||
"key": "the key", | ||
"synonyms": [ | ||
"a synonym" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{"displayText":"the maybe text","ssml":"the xml"} | ||
{ | ||
"displayText": "the maybe text", | ||
"ssml": "the xml" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
{"displayText":"the maybe text","textToSpeech":"the text"} | ||
{ | ||
"displayText": "the maybe text", | ||
"textToSpeech": "the text" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
{"simpleResponses":{"simpleResponses":[{"displayText":"the display text","textToSpeech":"the text"}]}} | ||
{ | ||
"simpleResponses": { | ||
"simpleResponses": [ | ||
{ | ||
"displayText": "the display text", | ||
"textToSpeech": "the text" | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{"ssml":"the xml"} | ||
{ | ||
"ssml": "the xml" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{"title":"the title"} | ||
{ | ||
"title": "the title" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
{"suggestions":[{"title":"the suggestion"}]} | ||
{ | ||
"suggestions": [ | ||
{ | ||
"title": "the suggestion" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
{"text":["the text"]} | ||
{ | ||
"text": [ | ||
"the text" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{"textToSpeech":"the text"} | ||
{ | ||
"textToSpeech": "the text" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
{"packageName":"the package name","versions":[{"minVersion":1,"maxVersion":2}]} | ||
{ | ||
"packageName": "the package name", | ||
"versions": [ | ||
{ | ||
"minVersion": 1, | ||
"maxVersion": 2 | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
{"basicCard":{"image":{"height":300,"url":"the url","accessibilityText":"the ally text","width":700},"buttons":[],"subtitle":"the subtitle","imageDisplayOptions":"DEFAULT","title":"the title"}} | ||
{ | ||
"basicCard": { | ||
"image": { | ||
"height": 300, | ||
"url": "the url", | ||
"accessibilityText": "the ally text", | ||
"width": 700 | ||
}, | ||
"buttons": [], | ||
"subtitle": "the subtitle", | ||
"imageDisplayOptions": "DEFAULT", | ||
"title": "the title" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{"formattedText":"the formatted text"} | ||
{ | ||
"formattedText": "the formatted text" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,8 @@ | ||
{"image":{"height":300,"url":"the url","accessibilityText":"the ally text","width":700}} | ||
{ | ||
"image": { | ||
"height": 300, | ||
"url": "the url", | ||
"accessibilityText": "the ally text", | ||
"width": 700 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
{"height":300,"url":"the url","accessibilityText":"the ally text","width":700} | ||
{ | ||
"height": 300, | ||
"url": "the url", | ||
"accessibilityText": "the ally text", | ||
"width": 700 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{"imageDisplayOptions":"CROPPED"} | ||
{ | ||
"imageDisplayOptions": "CROPPED" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{"imageDisplayOptions":"DEFAULT"} | ||
{ | ||
"imageDisplayOptions": "DEFAULT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
{"imageDisplayOptions":"WHITE"} | ||
{ | ||
"imageDisplayOptions": "WHITE" | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.