File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ module.exports = {
88 //Construct and validate the arguments
99 var args = {
1010 platform : grunt . option ( "platform" ) ,
11- modulesPath : grunt . option ( "modulespath " ) ,
11+ modulesPath : grunt . option ( "modulesPath " ) ,
1212 tnsPath : grunt . option ( "tnsPath" ) ,
1313 emulatorProcessIdentifier : grunt . option ( "emuPId" ) ,
1414 emuAvdName : grunt . option ( "avd" ) ,
Original file line number Diff line number Diff line change @@ -35,6 +35,9 @@ split to a separate file for simplicity.
3535- ` platform ` : The platform to run the tests application on: iOS or Android
3636- ` showEmu ` : [ Optional] Specifies whether the emulator should get launched
3737in a window or headless mode. Defaults to ` false ` .
38+ - ` modulesPath ` : [ Optional] The path to the tns-core-modules npm package
39+ to be tested. Defaults to the npm package, located in the current
40+ ` bin/dist/ ` folder. The modules must have been built before that.
3841- ` tnsPath ` : [ Optional] The path to the NativeScript executable. If not
3942found, the globally installed ` tns ` gets called.
4043- ` emuPId ` : The ID of the emulator process. This one is used to refresh the
You can’t perform that action at this time.
0 commit comments