TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Running JavaScript tests on Jenkins CI

25 点作者 ruudud超过 12 年前

4 条评论

MikeKusold超过 12 年前
I wrote an article a few months ago on how to run Jasmine (as well as rspec and cucumber) tests on Jenkins CI.<p><a href="http://mikekusold.com/blog/Development/2012-06-05/deploying-a-rails-slash-coffeescript-project-with-jenkins/" rel="nofollow">http://mikekusold.com/blog/Development/2012-06-05/deploying-...</a>
tmcneal超过 12 年前
We've got our JS unit tests running in Jenkins via a Maven plugin (jasmine-maven-plugin). IMO Maven can be a pain to set up but the end result is less janky than custom shell scripts. Actually I think the same could be said for Jenkins itself. :)
Hovertruck超过 12 年前
The true value (something I'm working on at the moment) is integrating this with Sauce (<a href="https://saucelabs.com/" rel="nofollow">https://saucelabs.com/</a>) to run in multiple browsers continuously.
评论 #4942441 未加载
jakubholynet超过 12 年前
PhatnomJS and Buster really seem to be the cool kids. I hope to see more tests of front-end code integrated in Jenkins &#38; similar ones soon.