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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Browsertron – Run all your Selenium tests in parallel

50 点作者 kevlened超过 6 年前

5 条评论

kevlened超过 6 年前
I started this project while struggling with slow Selenium tests in CI. There are a lot of hosted Selenium services, but none geared towards parallelism; this fills that niche.
评论 #18090238 未加载
评论 #18091351 未加载
martin-adams超过 6 年前
Looks great. My only thinking is how I would interpret the pricing.<p>It is $0.003 per second. So if a single test took 10 seconds, it would cost £0.03. It doesn&#x27;t say if that&#x27;s per second per test, or per second of parallel usage.<p>If for example, I have 250 tests each taking an average of 10 seconds. Is that 2,500 seconds - $7.50 per test suite run. If not, surely I can&#x27;t run 250 tests in parallel for a total of 10 seconds.
评论 #18093562 未加载
memset超过 6 年前
I&#x27;ve been using this for a couple of weeks, and it works really (surprisingly!) well. Would have loved better examples to get started, but all I had to do was replace the connection string.
评论 #18078189 未加载
peterdemin超过 6 年前
Are you using AWS Lambda to launch a browser for a single test?
评论 #18084867 未加载
VvR-Ox超过 6 年前
Really nice idea.<p>On the other hand it&#x27;s not the solution my company would use, as we have to ensure cross browser compatibility.<p>For now we&#x27;ll dockerize everything and also use a selenium grid for this.<p>Keep up the good work!
评论 #18093271 未加载