标签: selenium-webdriver protractor
在我的旧C#selenium项目(使用specflow)中,我使用Test Explorer查看所有测试,并可以选择要运行的任何单个测试。
使用量角器,有单元测试资源管理器运行单一测试的选项吗?
我在搜索结果中找到了类似的solution,只是想检查一下你们是否还有其他建议?
感谢。
答案 0 :(得分:2)
对于jasmine-1.x,是的,它是ddescribe和iit。
jasmine-1.x
ddescribe
iit
对于jasmine-2.x,它是fdescribe and fit。
jasmine-2.x
fdescribe
fit