blackboard / lambda-selenium

Use Selenium Webdriver and Chrome inside AWS Lambda
MIT License
229 stars 52 forks source link

Add Consumable Dependency? #23

Open wesmcouch opened 6 years ago

wesmcouch commented 6 years ago

The lambda-selenium-java example provides a good starting point for creating a new project that can deploy and run UI tests in AWS Lambda. Should this be expanded to include a consumable maven dependency that helps existing projects begin using AWS Lambda?

This dependency might include reporting, deployment, and test execution methods to help facilitate migrating an existing project to use AWS Lambda for UI testing.

wesmcouch commented 6 years ago

To add to this, the node example is also a great starting point for a new testing project, but can we offer a node module that allows existing projects to take advantage of AWS Lambda.