PhantomJS 新手在这里,尝试将 PhantomJS 与 Karma 一起使用,以便我可以在 Jenkins 上运行浏览器测试。
我用 PhantomJS 得到这个明显的错误
PhantomJS 2.1.1 (Mac OS X 0.0.0) ERROR
SyntaxError: Expected an identifier but found 'handlePageRequest' instead
at public/app.js:45
当像这样使用 let 变量声明时:
let handlePageRequest = {};
我如何告诉 PhantomJS 像最新版本的 Chrome 或 Mozilla 那样解释 JavaScript?