зеркало из
1
0
Форкнуть 0
This commit is contained in:
Bert Kleewein 2018-04-10 11:51:13 -07:00
Родитель ceec20c38b
Коммит 168b4ac087
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -50,7 +50,10 @@
"authentication": "mocha --reporter spec test/authentication.js",
"provisioning": "cd ../provisioning/e2e && npm run ci && cd ../../e2etests",
"configurations": "mocha --reporter spec test/configurations.js",
"modules": "mocha --reporter spec test/modules.js",
"module_crud": "mocha --reporter spec test/module_crud.js",
"module_messaging": "mocha --reporter spec test/module_messaging.js",
"module_twin": "mocha --reporter spec test/module_twin.js",
"module_methods": "mocha --reporter spec test/module_methods.js",
"phase1_fast": "npm-run-all -p -l twin_disconnect service registry device_acknowledge_tests upload_disconnect authentication job_client module_crud module_messaging module_twin module_methods",
"phase2_slow": "npm-run-all -p -l device_method twin_e2e_tests sas_token_tests device_service provisioning",
"alltest": "npm run phase1_fast && npm run phase2_slow",