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: Browsertron – Run all your Selenium tests in parallel

50 pointsby kevlenedover 6 years ago

5 comments

kevlenedover 6 years ago
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-adamsover 6 years ago
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 未加载
memsetover 6 years ago
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 未加载
peterdeminover 6 years ago
Are you using AWS Lambda to launch a browser for a single test?
评论 #18084867 未加载
VvR-Oxover 6 years ago
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 未加载