mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add more parameters. Add a basic readme for running the tests
This commit is contained in:
@@ -6,6 +6,11 @@ module.exports = {
|
||||
//Construct and validate the arguments
|
||||
var args = {
|
||||
platform: grunt.option("platform")
|
||||
tnsPath: grunt.option("tnsPath")
|
||||
emulatorProcessIdentifier: grunt.option("emuPId")
|
||||
emuAvdName: grunt.option("avdNameToStart")
|
||||
outFile: grunt.option("logFilePath")
|
||||
androidRuntimePath: grunt.option("androidRuntimePath")
|
||||
};
|
||||
|
||||
(function validateInput(){
|
||||
@@ -16,9 +21,7 @@ module.exports = {
|
||||
tnsPath: "tns",
|
||||
emulatorProcessIdentifier:".*emulator64-x86",
|
||||
emuAvdName:"Api19",
|
||||
androidRuntimePath:"/Users/erjan/tns-android.tgz",
|
||||
outfile:"./TestRunResult.txt",
|
||||
androidRuntimePath: "/Users/erjan/tns-android.tgz",
|
||||
androidFrameworkArgument: " --frameworkPath=/Users/erjan/tns-android.tgz",
|
||||
|
||||
workingDir:".testsapprun",
|
||||
|
||||
Reference in New Issue
Block a user