如何配置Jenkins运行赛普拉斯测试

时间:2019-02-20 08:17:44

标签: jenkins automation automated-tests cypress

我已经安装了赛普拉斯并创建了我的第一个测试用例。我已经启动了Jenkins.war。

如何设置Jenkins来运行Cypress测试?

我已经尝试过使用它来启动柏树

 ./node_modules/.bin/cypress run

这是控制台输出:

SyntaxError: Unexpected token.
at new Script (vm.js:85:7)
at createScript (vm.js:266:10)
at Object.runInThisContext (vm.js:314:10)
at Module._compile (internal/modules/cjs/loader.js:698:28)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:749:10)
at Module.load (internal/modules/cjs/loader.js:630:32)
at tryModuleLoad (internal/modules/cjs/loader.js:570:12)
at Function.Module._load (internal/modules/cjs/loader.js:562:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:801:12)
at internal/main/run_main_module.js:21:11
Build step 'Execute NodeJS script' marked build as failure
Finished: FAILURE

我也尝试使用赛普拉斯拥有的配置文件 https://github.com/cypress-io/cypress-example-kitchensink/blob/master/Jenkinsfile

0 个答案:

没有答案