tapir-starter-selenium-execution
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>de.bmiag.tapir</groupId>
<artifactId>tapir-starter-selenium-execution</artifactId>
<version>4.0.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>tapir-starter-selenium-execution</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>de.bmiag.tapir</groupId>
<artifactId>tapir-starter-module</artifactId>
<version>4.0.0</version>
<relativePath>../tapir-starter-module</relativePath>
</parent>
<name>${project.groupId}:${project.artifactId}</name>
<description>tapir Starter for Selenium Execution</description>
<url>https://www.tapir-test.io</url>
<dependencies>
<dependency>
<groupId>de.bmiag.tapir</groupId>
<artifactId>tapir-selenium-execution</artifactId>
</dependency>
<dependency>
<groupId>de.bmiag.tapir</groupId>
<artifactId>tapir-page-execution</artifactId>
</dependency>
<dependency>
<groupId>de.bmiag.tapir</groupId>
<artifactId>tapir-html-basic-impl</artifactId>
</dependency>
<dependency>
<groupId>de.bmiag.tapir</groupId>
<artifactId>tapir-selenium-chrome</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>de.bmiag.tapir</groupId>
<artifactId>tapir-selenium-firefox</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>de.bmiag.tapir</groupId>
<artifactId>tapir-selenium-htmlunit</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>de.bmiag.tapir</groupId>
<artifactId>tapir-selenium-ie</artifactId>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>