MVN

nl.praegus : toolchain-playwright-fixture

Maven & Gradle

Aug 15, 2023
2 stars

Praegus Toolchain Playwright Fixture · A FitNesse fixture for writing browser tests using the Playwright Java API

<dependency>
    <groupId>nl.praegus</groupId>
    <artifactId>toolchain-playwright-fixture</artifactId>
    <version>1.6.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nl.praegus : toolchain-playwright-fixture to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.5

All Versions

Choose a version of nl.praegus : toolchain-playwright-fixture to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
toolchain-playwright-fixture-1.6.5
toolchain-playwright-fixture-1.6.4
toolchain-playwright-fixture-1.6.3
toolchain-playwright-fixture-1.6.2
toolchain-playwright-fixture-1.6.1
toolchain-playwright-fixture-1.6.0
1.5.x
toolchain-playwright-fixture-1.5.1
toolchain-playwright-fixture-1.5.0
1.4.x
toolchain-playwright-fixture-1.4.0
1.3.x
toolchain-playwright-fixture-1.3.2
toolchain-playwright-fixture-1.3.1
toolchain-playwright-fixture-1.3.0
1.2.x
toolchain-playwright-fixture-1.2.0
1.1.x
toolchain-playwright-fixture-1.1.0
1.0.x
toolchain-playwright-fixture-1.0.1
1.0
toolchain-playwright-fixture-1.0

How to add a dependency to Maven

Add the following nl.praegus : toolchain-playwright-fixture maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nl.praegus</groupId>
    <artifactId>toolchain-playwright-fixture</artifactId>
    <version>1.6.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nl.praegus : toolchain-playwright-fixture gradle dependency to your build.gradle file:

implementation 'nl.praegus:toolchain-playwright-fixture:1.6.5'

Gradle Kotlin DSL: Add the following nl.praegus : toolchain-playwright-fixture gradle kotlin dependency to your build.gradle.kts file:

implementation("nl.praegus:toolchain-playwright-fixture:1.6.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following nl.praegus : toolchain-playwright-fixture sbt scala dependency to your build.sbt file:

libraryDependencies += "nl.praegus" % "toolchain-playwright-fixture" % "1.6.5"