Created
April 26, 2019 23:04
-
-
Save sgithens/f5501a58ac55058016675e73eee9f9a3 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| gpii.tests.flowManager.capture.testDefs = [{ | |
| name: "My first capture test", | |
| config: { | |
| configName: "gpii.config.development.local", | |
| configPath: "%gpii-universal/gpii/configs/shared" | |
| }, | |
| sequence: [{ | |
| task: "{flowManager}.getSystemSettingsCapture", | |
| args: [], | |
| resolve: "console.log", | |
| resolveArgs: ["Lets see what got captured!!", "{arguments}.0"] | |
| }] | |
| }]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment