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", |
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
| [ | |
| { | |
| "name": "Flow Manager Simple BrowserChannel tests", | |
| "expect": 15, | |
| "config": { | |
| "configName": "gpii.flowManager.tests.browserChannel.config", | |
| "configPath": "%flowManager/test/configs" | |
| }, | |
| "events": { | |
| "loginAndSettingsChangedChrome": { |
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
| "use strict"; | |
| var fluid = require("infusion"), | |
| gpii = fluid.registerNamespace("gpii"); | |
| var jqUnit = require("node-jqunit"); | |
| fluid.require("%gpii-universal"); | |
| gpii.loadTestingSupport(); |
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
| { | |
| "supportedSettings": { | |
| "ScrollWheelModeConfig": { | |
| "schema": { | |
| "title": "Mouse scroll wheel mode", | |
| "description": "Changes the number of lines to scroll when moving the scrollwheel.", | |
| "default": 3, | |
| "oneOf": [ | |
| { | |
| "title": "Range of accepted regular values", |
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.devpmt.dataSource.dirListing` | |
| * | |
| * This is a read only data source that returns an array of the | |
| * contents of a directory. Expects a `path` for the directory | |
| * in the component options when created. | |
| * | |
| * The array returned from the datasource `get` is a list of filenames | |
| * relative to the directory they are in, ie. they do not contain their | |
| * parent directories. |
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
| @echo off | |
| set GPII_CLOUD_URL=https://flowmanager.prd.gcp.gpii.net | |
| cd windows | |
| start /min morphic-app.exe |
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_APP_DIR=./ GPII_COUCHDB_URL=http://localhost:5984/gpii ./scripts/deleteAndLoadSnapsets.sh |
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_APP_DIR=./ GPII_COUCHDB_URL=http://localhost:5984/gpii ./scripts/deleteAndLoadSnapsets.sh |
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_APP_DIR=./ GPII_COUCHDB_URL=http://localhost:5984/gpii ./scripts/deleteAndLoadSnapsets.sh |
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_APP_DIR=./ GPII_COUCHDB_URL=http://localhost:5984/gpii ./scripts/deleteAndLoadSnapsets.sh |