Home
last modified time | relevance | path

Searched full:node_js_path (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dpreparation.py34 node_js_path = options.configs.get('node_js_path')
36 node_js_path = os.path.join(node_js_path, 'bin')
40 [java_path, node_js_path]) + os.pathsep + old_env_path
53 if not os.path.exists(options.configs.get('node_js_path')):
Dconfig.yaml20 node_js_path: D:\Software\nodejs # The nodejs which is used in Deveco
/arkcompiler/ets_frontend/test/scripts/performance_test/
Dreadme_zh.md14 project_path,node_js_path,jbr_path 这三个必须根据环境配置,其他的可以用默认的
33 self.node_js_path = r"C:/xxx"
Dreadme.md14 project_path, node_js_path, jbr_path. These params must be set according your envronment!!! Other p…
33 self.node_js_path = r"C:/xxx"
Dperformance_config.py61 self.node_js_path = r"xxx/nodejs"
Dperformance_build.py60 os.environ['path'] = self.config.node_js_path + ";" + os.environ['path']