Jenkins/Selenium/AWS

Has anyone done web testing with Selenium? with AWS? or with Jenkins?

Looking for some resources to build a quick small framework to test my site and thensome. Too much overhead on some of the online stuff. Just need a quick step by step.

Mac preferred.

I’ve only used Selenium for web scraping. Chapter 11 of Automate the Boring Stuff with Python has a good intro to Selenium using Python.

https://automatetheboringstuff.com/chapter11/

There’s also watir which uses Ruby:

I’m not very familiar with AWS or Jenkins.