jwebmp-testlib
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.jwebmp.core</groupId> <artifactId>jwebmp-testlib</artifactId> <version>1.2.0.2-jre16</version> </dependency>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" 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> <parent> <groupId>com.jwebmp.core</groupId> <artifactId>jwebmp-core-modules</artifactId> <version>1.2.0.2-jre16</version> </parent> <artifactId>jwebmp-testlib</artifactId> <packaging>jar</packaging> <name>JWebMP Testing Classes</name> <description>Provides all the base test items </description> <url>https://github.com/GedMarc/JWebMP-Vue</url> <dependencies> <dependency> <groupId>com.guicedee</groupId> <artifactId>guiced-injection</artifactId> </dependency> <dependency> <groupId>com.guicedee</groupId> <artifactId>guiced-log-master</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>uadetector-core</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>uadetector-resources</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>commons-lang3</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>commons-text</artifactId> </dependency> <dependency> <groupId>com.guicedee.services</groupId> <artifactId>commons-io</artifactId> </dependency> <!-- Test Dependencies --> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>compile</scope> </dependency> <!-- Integration Testing --> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-java</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-api</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>io.github.bonigarcia</groupId> <artifactId>selenium-jupiter</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-chrome-driver</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-edge-driver</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-firefox-driver</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-remote-driver</artifactId> <scope>compile</scope> </dependency> <dependency> <groupId>org.seleniumhq.selenium</groupId> <artifactId>selenium-support</artifactId> <scope>compile</scope> </dependency> </dependencies> <scm> <url>https://github.com/GedMarc/JWebMP-Vue.git</url> </scm> </project>