【发布时间】:2017-11-15 10:43:10
【问题描述】:
要使用 Protractor 运行多个规格文件,我尝试了以下 2 种方法。它们都不起作用。
-
我将“量角器配置”文件更改如下。
规格:[ './/e2e//Profiles//AdditionalInfo//Certifications//cert_opt_selection-spec.ts', './/e2e//Profiles//AdditionalInfo//Certifications//cert_creation-spec.ts' ],
并使用以下命令
ng e2e
2.在命令提示符下,我使用了下面的命令。
ng e2e --specs='.//e2e//Profiles//AdditionalInfo//Certifications//cert_opt_selection-spec.ts' --specs ='.//e2e//Profiles//AdditionalInfo//Certifications//cert_creation-spec.ts'
谁能帮助我如何在量角器中一次执行多个规范文件
【问题讨论】:
标签: jasmine protractor