你能教我如何找到量角器告诉我的意外结肠吗?那里有许多看起来像诊断信息但我不知道如何解释它。
每次我运行一个Protractor测试时,它会给出一个或另一个错误,所以如果有办法快速找到它可能会有用。
[firefox #1] 1) Protractor Test encountered a declaration exception
[firefox #1] Message:
[firefox #1] SyntaxError: Unexpected token :
[firefox #1] Stack:
[firefox #1] SyntaxError: Unexpected token :
[firefox #1] at exports.runInThisContext (vm.js:53:16)
[firefox #1] at require (module.js:384:17)
[firefox #1] at Suite.<anonymous> (C:\Users\travi\Documents\protractor\Experiments\20151030\tests\OnlineDonation-Match-NoFileUpload-spec.js:8:27)
[firefox #1] at addSpecsToSuite (C:\Users\travi\AppData\Roaming\npm\node_modules\protractor\node_modules\jasmine\node_modules\jasmine-core\lib\jasmine-core\jasmine.js:743:25)
[firefox #1] at Env.describe (C:\Users\travi\AppData\Roaming\npm\node_modules\protractor\node_modules\jasmine\node_modules\jasmine-core\lib\jasmine-core\jasmine.js:713:7)
[firefox #1]
[firefox #1] 1 specs, 1 failures
[firefox #1] Finished in 0.015 seconds
[firefox #1] Shutting down selenium standalone server.
答案 0 :(得分:3)
C:\Users\travi\Documents\protractor\Experiments\20151030\tests\OnlineDonation-Match-NoFileUpload-spec.js:8:27
这是重要的一句话。它表示上面提到的文件的第8行第27行。