Hacker News new | ask | show | jobs
by alixaxel 2745 days ago
Well, puppeteer can be used for more than test suites (think screenshots, PDF rendering, proxified APIs, ...).

But for running long automated tests, I'd probably look into alternatives like Fargate, where the billing model is per-second with a one minute minimum. Terraform + EC2 spot instances works too, obviously. :)

1 comments

Thanks. The example you’ve mentioned will be useful.