-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
be04729
commit a2d4450
Showing
7 changed files
with
112 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,3 +43,49 @@ exports[`CdpCyclotronWorkerPlugins onEvent should handle and collect errors 3`] | |
}, | ||
] | ||
`; | ||
|
||
exports[`CdpCyclotronWorkerPlugins smoke tests should run the plugin: { name: 'customer-io', plugin: [Object] } 1`] = ` | ||
[ | ||
{ | ||
"level": "debug", | ||
"message": "Executing plugin customer-io", | ||
}, | ||
{ | ||
"level": "info", | ||
"message": "Successfully authenticated with Customer.io. Completing setupPlugin.", | ||
}, | ||
{ | ||
"level": "debug", | ||
"message": "[email protected]", | ||
}, | ||
{ | ||
"level": "debug", | ||
"message": "{"status":{},"email":"test@posthog.com"}", | ||
}, | ||
{ | ||
"level": "debug", | ||
"message": "true", | ||
}, | ||
{ | ||
"level": "debug", | ||
"message": "Execution successful", | ||
}, | ||
] | ||
`; | ||
|
||
exports[`CdpCyclotronWorkerPlugins smoke tests should run the plugin: { name: 'intercom', plugin: [Object] } 1`] = ` | ||
[ | ||
{ | ||
"level": "debug", | ||
"message": "Executing plugin intercom", | ||
}, | ||
{ | ||
"level": "info", | ||
"message": "Contact [email protected] in Intercom not found", | ||
}, | ||
{ | ||
"level": "debug", | ||
"message": "Execution successful", | ||
}, | ||
] | ||
`; |
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
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