如何在Web组件测试器中选择浏览器版本?

时间:2017-03-16 17:41:34

标签: google-chrome polymer web-component-tester

wct config是否允许选择特定版本的Chrome,例如Chrome 34?

每次运行wtc时,似乎都会在开头安装chrome。

1 个答案:

答案 0 :(得分:3)

关注Polymer Documentation,可以选择计算机上安装的浏览器来运行测试。如果您使用Chrome 34版本并执行test -l chrome,则测试将使用此版本运行。如果你没有使用Chrome 34,那就不可能了。

所有支持的运行测试的浏览器都是 aurora canary chrome firefox ie

  

Web Component Tester会自动查找安装的所有浏览器   在您的系统上并针对每个系统运行测试。如果你想   您可以使用Google Chrome浏览器针对单个浏览器运行测试   聚合物 public class BaseController : Controller { MyEntities db= new MyEntities(); protected override void OnActionExecuting(ActionExecutingContext filterContext) { var details = db.mytables.tolist(); } }