Skip to content

Instantly share code, notes, and snippets.

@sgithens
Created April 26, 2019 23:04
Show Gist options
  • Select an option

  • Save sgithens/f5501a58ac55058016675e73eee9f9a3 to your computer and use it in GitHub Desktop.

Select an option

Save sgithens/f5501a58ac55058016675e73eee9f9a3 to your computer and use it in GitHub Desktop.
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