GithubHelp home page GithubHelp logo

eventfiringwebdriverperformance's Introduction

Folders Structure

📁 EventFiringDriverPerformance

├──📁 Driver
│      ├──📁 Cdp
│      |       ├── DevToolsCommandExecutor.cs
│      |       └── PagePerformanceMetrics.cs
│      └── WebDriverService.cs

├──📁 Handlers
│      ├── WebDriverDevToolsEventsHandler.cs
│      ├── WebDriverJsHandler.cs
│      ├── WebDriverPerfLogsHandler.cs

├──📁 PerformanceReports
│      ├──📁 Models
│      │      ├── PagePerformanceData.cs
│      │      ├── PagePerformanceTiming.cs
│      │      ├── TestCasePerformanceData.cs
│      └── PerformanceReportService.cs

├──📁 Tests
│      └── ShoppingCartTests.cs

├── .gitignore
├── EventFiringDriverPerformance.csproj
├── EventFiringDriverPerformance.sln
└── README.md

Folder Descriptions

  • Driver: Contains driver-related files.

    • WebDriverService.cs: Provides WebDriver-related services.
    • Cdp: Directory for Chrome DevTools Protocol related files.
      • DevToolsCommandExecutor.cs: Executes DevTools commands.
      • PagePerformanceMetrics.cs: Collects page performance metrics.
  • Handlers: Includes various handlers for WebDriver events.

    • WebDriverDevToolsEventsHandler.cs: Handles events from the Chrome DevTools.
    • WebDriverJsHandler.cs: Manages JavaScript execution in WebDriver.
    • WebDriverPerfLogsHandler.cs: Logs WebDriver performance metrics.
  • PerformanceReports: Contains files related to performance reporting.

    • Models: Data models for performance metrics.
      • PagePerformanceData.cs: Model for page performance data.
      • PagePerformanceTiming.cs: Model for page performance timing data.
      • TestCasePerformanceData.cs: Model for test case performance data.
    • PerformanceReportService.cs: Service for generating performance reports.
  • Tests: Contains test classes.

    • ShoppingCartTests.cs: Tests related to shopping cart functionality.
  • .gitignore: Specifies files and directories to be ignored by Git.

  • EventFiringDriverPerformance.csproj: Project file for the C# project.

  • EventFiringDriverPerformance.sln: Solution file for the project.

  • README.md: This file, providing an overview and documentation of the project.

Project Requirements

.NET SDK

NuGet Packages

  • Microsoft.NET.Test.Sdk (v17.10.0): Essential for running and reporting tests within Visual Studio.
  • NUnit (v4.1.0): A unit-testing framework for all .NET languages.
  • Selenium.Support (v4.21.0): Provides additional support classes for Selenium WebDriver.
  • Selenium.WebDriver (v4.21.0): The main Selenium WebDriver package for browser automation.
  • Selenium.WebDriver.ChromeDriver (v125.0.6422.14100): ChromeDriver, a separate executable that Selenium WebDriver uses to control Chrome.

Installation Steps

  1. .NET SDK:

  2. NuGet Packages:

    • Ensure you have NuGet package manager installed (typically comes with Visual Studio).
    • Restore NuGet packages by running:
      dotnet restore

eventfiringwebdriverperformance's People

Contributors

n1xan avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.