7 ms·
Well, puppeteer can be used for more than test suites (think screenshots, PDF rendering, proxified APIs, ...). But for running long automated tests, I'd probab
by alixaxel 8y 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. :)
- sriram_iyengar 8y agoThanks. The example you’ve mentioned will be useful.