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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Automatically create QA environments for your GitHub pull requests

72 点作者 mpotter超过 11 年前

9 条评论

mpotter超过 11 年前
Dev here. Our team has grown to love the GitHub pull request workflow. We built Prune to solve one issue we consistently run into: how to QA on the various branches before merging. Happy to answer questions and thanks for any feedback!
评论 #6841510 未加载
评论 #6841599 未加载
评论 #6841443 未加载
xixixao超过 11 年前
&quot;Who are you people?&quot;<p>Why are you committing before making a feature branch, is this part of some flow? (just surprised me a bit) This is as sick as automated CI gets though.
masklinn超过 11 年前
That&#x27;s pretty nice, although... since there are already environments to run tests (e.g. travis) why run them again in Prune, and why not wait until the QA environment is setup to display the notification?<p>I dig the visual regression thing, though I fear combinatorial explosion for big-ish changes if it goes through the whole site or application.
siegecraft超过 11 年前
I just set something like this up for a project I&#x27;m working on, using jenkins and (of course) docker. The level of project integration required makes me wonder how easy it is to offer it as a service, but I guess if you can solve that problem you&#x27;ll get customers.
jamtur01超过 11 年前
Neat idea.<p>What&#x27;s the underlying technology creating the QA environment? A virtual machine? A container? How is it being configured? A CM tool?
评论 #6841867 未加载
jbaudanza超过 11 年前
This looks awesome. I love the auto screenshot feature.
michaelmior超过 11 年前
How do you manage to support whatever crazy environments a dev may cook up and all the services needed to get a working QA environment set up?
评论 #6841836 未加载
joshcrowder超过 11 年前
This looks great - Interested to see the pricing - I&#x27;d want to use it across all of our clients projects.
nahimn超过 11 年前
I want this.