Skip to content

Offline testing of lambda function written in java using selenium.

License

Notifications You must be signed in to change notification settings

EimranAli/AutoMail

Repository files navigation

Intro :

1.This project lets you test AWS lambda function offline.
2.Lambda function in this project will take parameters(receiver email id, subject and message) from the user through eclipse console and send email using selenium framework.
3.AutoMailTester class is used to trigger the lambda function.

Instructions for the setup :

  1. import the project in eclipse
  2. mavenize the project --> right click on the project -> configure -> Convert to Maven Project
  3. wait for some time till dependencies listed in the pom file are downloaded from the relevant artifactories
  4. download relevant chromedriver for your system from here and put it at project's root directory
  5. setup done!

Note :
Demonstration using selenium framework is for educational purposes only!

About

Offline testing of lambda function written in java using selenium.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages