clovisolivier / aws-lambda-python-selenium-tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Run Selenium BDD Tests in Parallel with AWS Lambda

Step by step

Part 1: https://grapeup.com/blog/how-to-run-selenium-bdd-tests-in-parallel-with-aws-lambda/

Part 2: https://grapeup.com/blog/how-to-run-selenium-bdd-tests-in-parallel-lambda-handlers/

If you have any issues with Lambda modules, clear selenium_layer/selenium/python/lib/python3.6/site-packages directory and install all packeges from requirements.txt in this location with command:

pip install -t selenium_layer/selenium/python/lib/python3.6/site-packages allure-behave==2.8.6

then re-deploy all modules.

About


Languages

Language:Python 98.3%Language:CSS 1.3%Language:JavaScript 0.3%Language:Gherkin 0.1%Language:TeX 0.0%