fix e2e scripts
This commit is contained in:
Родитель
ceec20c38b
Коммит
168b4ac087
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче