|
|
|
|
|
by defied
2756 days ago
|
|
There are quite some disadvantages to use AWS Lambda to do Automated Testing (test time is capped to 15min, cold start waiting time, ...). The advantage is that you can run a lot of tests concurrently at a relatively cheap cost. The company [1] I work for offers VMs that are created/destroyed automatically after each test. There's no cold start, and no time limit. Plus you can choose to run headless like Puppeteer or test in an actual OS like Win/Mac. [1] https://testingbot.com |
|