Skip to content
View krishnaharshap's full-sized avatar

Block or report krishnaharshap

Report abuse

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

Report abuse
krishnaharshap/README.md

Vasudeva Kutumbakam!!

  • I’m currently working on the open source project- testzeus-hercules
  • I’m currently learning Playwright MCP Server

Pinned Loading

  1. Github-Examples Github-Examples Public

    Forked from ExamProCo/Github-Examples

    A repo containing GitHub for programmatic examples

    JavaScript 1

  2. playwright-python-mcp playwright-python-mcp Public

    Playwright+Python based test framework and integration with MCP.

    HTML

  3. selenium-cucumber-framework selenium-cucumber-framework Public

    E2E Test Automation Framework with Selenium, Cucumber & BDD

    Java

  4. docker-qa-demo docker-qa-demo Public

    Dockerfile

  5. custom-gh-billing-ui custom-gh-billing-ui Public

    A free-tier dashboard to monitor usage and spending for GitHub metered products on a personal account.

    Python

  6. This Python script will parse a JSON... This Python script will parse a JSON test report (you can adapt it to your framework’s output), summarize key metrics, and send an email report to a QA/Team's email (e.g., tester@companyname.com). It’s designed for simplicity but also real utility.
    1
    # QA Dashboard Reporter — Email Summary Script
    2
    
                  
    3
    This Python script `reporter.py` reads a JSON-formatted test report (e.g., from pytest, Jest, or any framework that outputs JSON), summarizes the test results (total, passed, failed, skipped), and sends an email report to a designated QA email address.
    4
    
                  
    5
    **Use Case**: Automatically notify QA / Test teams after a CI run, to get immediate visibility into test status.