Skip to content
View QualityOwl's full-sized avatar

Block or report QualityOwl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
qualityowl/README.md

Hi, my name is Josh

I am a Software Development Engineer in Test with 10+ years of experience building scalable test automation frameworks across UI, API, and performance layers.


Tech Stack

Layer Tools
UI Automation Playwright (TypeScript), Selenium WebDriver (C#)
API Testing Postman, ReadyAPI, HttpClient (C#), k6 (JavaScript)
Frameworks Node.js, .NET
CI/CD Azure DevOps, GitHub Actions, Argo CD
Design Patterns Page Object Model, Custom Fixtures, Layered Architecture

Portfolio

Repo What it demonstrates CI
demo-playwright-typescript End-to-end UI tests with custom fixture extensions and page object model
demo-rest-api-tests-csharp Functional API tests covering full CRUD, auth, and error scenarios
demo-rest-api-tests-javascript k6 load and performance tests with ramp stages and threshold enforcement
demo-selenium-webdriver-csharp Selenium WebDriver framework with runners, wrappers, and xUnit

📍 Oklahoma, USA  |  LinkedIn

Pinned Loading

  1. demo-playwright-typescript demo-playwright-typescript Public

    Playwright test automation in TypeScript - custom fixtures, page object model, and multi-browser CI via GitHub Actions.

    TypeScript

  2. demo-selenium-webdriver-csharp demo-selenium-webdriver-csharp Public

    Selenium WebDriver framework in C# - layered architecture with page objects, runners, wrappers, and xUnit.

    C#

  3. demo-rest-api-tests-csharp demo-rest-api-tests-csharp Public

    Functional API tests for the Restful Booker API using C#, xUnit, FluentAssertions, and HttpClient with CI/CD.

    C#

  4. demo-rest-api-tests-javascript demo-rest-api-tests-javascript Public

    k6 performance and load tests for the Restful Booker API - ramp stages, per-endpoint thresholds, and smoke test support.

    JavaScript