English 中文(简体)
如何在不装上联合调查组的情况下,从Jenkins(Hudson)进行 Java幕试验?
原标题:How can we run JavaScript jasmine tests from Jenkins (Hudson) without loading a JSP?

我们拥有丰富的网络客户。 我们的控制器和服务学校都用咖啡字(贾瓦文)和酒类书写。 过去,他们本来会 j。

为了从Jenkins/Hudson进行我们的Java jasmine 试验,我们利用java s junit和htmlunit装上包括ja矿光谱在内的试样片。

当Htmlunit试图运行时,这很可能是因为XML教区的道路,而这条道路对我们世界来说是极其艰难的。

我们只是想能够从Jenkins那里进行我们的 Java本测试,如果 Java本测试无法通过,我们就会报告失败。 我们刚刚使用jsp和htmlunit,以便进行 Java本测试。 我们能否把 Java本测试和java书写法装成一个与Jenkins合著的 Java本发动机,把它打倒起来吗? 如果是,如何?

问题回答

就像你在 Java环境中回声。 My jasmine-maven-plugin 或许是好的。

Jasmine Reporters也将是一个解决办法。 例如,它指示通过PhantomJS不间断地运作,并且可以产生JUSG XML,这样,Jenkins就可以从本土了解测试结果、图表测验、期限和长期失败。

此外,“xvfb-run”包裹常常为Xvfb提供,因此,你可以在真正无头的环境中“xvfb-run phantomjs.runner.sh......”。

此前,我曾用一个叫jasmine-node进行测试,从而解决这一问题。

当然,这一解决办法需要先令和几个节点模块,以适当操作亚斯温试验。 没有任何真正的浏览器可以进行测试,但使用一个称为“jsdom”的模块进行复制,该模块基本上形成一个无头的浏览器,更具体地说,是能够与测试互动的多功能的投射器。

j球的节点单元也强调,而且可以推广,因此也可测试。 如果你在浏览器上进行测试,那么你甚至能够跳出整个浏览器,尽管与Jenkins自动测试相比,我发现它太麻烦。

jasmine-node generates jUnit test reports, which Jenkins can interpret just fine.

我刚刚认识到,https://github.com/TheRaven/jenkins-jasmine-node” rel=“noreferer”>jenkins-jasmine-node。 可能缓解这一进程的gin。

Grunt是你的朋友

加上这一点,使你有机会开始使你的建筑服务器做其他冰箱,如部署、单位测试等,你们知道,其他冰箱

您能否使用ium? 届时将实际使用真正的浏览器,并尽可能接近实际环境。





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签