Cypress Test Suite thumbnail

Cypress Test Suite

The test suite in this GitHub Repository represents my 'bread and butter' as far as test automation goes since it's built on the Cypress.io framework and I use it daily in my current role.

Cypress.io
Playwright Python Test Suite thumbnail

Playwright Python Test Suite

This GitHub repository holds a testsuite that is build on the Playwright automation framework using Python. I chose python because I thought it would be fun to step out of my comfort zone in javascript.

PlaywrightPython
Python Webdriver Testsuite thumbnail

Python Webdriver Testsuite

I created this project when I first began to look into using python for automated testing. Since Selenium Webdriver is the basis for most frameworks, I thought it would be interesting to use it to build a python test suite. I spent a day or so on this testsuite before I realized I didn't like it at all. I've included it here because I thought it would be an interesting contrast in my work.

Python Selenium WebDriver