Skip to content

orcishbolo/Activity

Repository files navigation

Activity Automation Suite

This repository contains automated functional tests for the Glass Lewis Web Disclosure site, developed using Playwright and JavaScript.

🚀 Features

  • Design Pattern: Page Object Model (POM) for high maintainability.
  • Reporting: Detailed HTML reports with screenshots on failure.
  • Automation Best Practices: No hard-coded waits; utilizes Playwright's auto-waiting and network idle states.

🛠️ Setup & Installation

  1. Clone the repository:
    git clone <your-repo-url>
    cd glass-lewis-activity
    
  2. Install dependencies:
    npm install
    
  3. Install Playwright Browsers:
    npx playwright install chromium
    
  4. Running Tests:
    Run all tests (Headless): npm run test
    Running Tests: npx playwright test --ui
    View Report: npm run test:report
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors