gatling-playwright-plugin

Gatling Playwright Plugin Documentation

Installation

To use the Gatling Playwright Plugin, add the following dependency

MVN

<dependency>
    <groupId>io.github.i-nahornyi</groupId>
    <artifactId>gatling-playwright-plugin</artifactId>
    <version>0.1.2</version>
</dependency>

Gradle

gatling group: 'io.github.i-nahornyi', name: 'gatling-playwright-plugin', version: '0.1.2'

Usage

Getting Started

  1. Add the plugin dependency to your project.
  2. Implement your Gatling test scenarios using Playwright.
  3. Run your UI-simulations

For detailed API documentation, refer to:

Documentation
Java / Scala

Examples

Example
Java / Scala