TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

72 pointsby mpotterover 11 years ago

9 comments

mpotterover 11 years ago
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 未加载
xixixaoover 11 years ago
&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.
masklinnover 11 years ago
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.
siegecraftover 11 years ago
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.
jamtur01over 11 years ago
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 未加载
jbaudanzaover 11 years ago
This looks awesome. I love the auto screenshot feature.
michaelmiorover 11 years ago
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 未加载
joshcrowderover 11 years ago
This looks great - Interested to see the pricing - I&#x27;d want to use it across all of our clients projects.
nahimnover 11 years ago
I want this.