E2E.prototype.canRun = function(pcfg, opt_acfg) {
  return !!(pcfg.e2e && opt_acfg.testing && opt_acfg.testing.e2e);
};