lambdatest-espresso
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>io.github.lambdatest</groupId> <artifactId>lambdatest-espresso</artifactId> <version>1.0.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>io.github.lambdatest</groupId> <artifactId>lambdatest-espresso</artifactId> <version>1.0.1</version> <packaging>aar</packaging> <name>lambdatest-espresso</name> <description>This Java package enables visual testing for Android by integration LambdaTest's SmartUI with Espresso tests, making sure that the UI is pixel perfect by ensuring comprehensive coverage and accuracy in your visual testing endeavours.</description> <url>https://github.com/LambdaTest/lambdatest-espresso</url> <licenses> <license> <name>Apache License</name> <url>https://github.com/LambdaTest/lambdatest-espresso/blob/main/LICENSE</url> </license> </licenses> <developers> <developer> <id>LambdaTest</id> <name>LambdaTest</name> <email>support@lambdatest.com</email> </developer> </developers> <scm> <connection>scm:git:github.com/LambdaTest/lambdatest-espresso.git</connection> <developerConnection>scm:git:ssh://github.com/LambdaTest/lambdatest-espresso.git</developerConnection> <url>https://github.com/LambdaTest/lambdatest-espresso/tree/main</url> </scm> <dependencies> <dependency> <groupId>androidx.test</groupId> <artifactId>runner</artifactId> <version>1.5.2</version> <scope>runtime</scope> </dependency> <dependency> <groupId>androidx.test</groupId> <artifactId>core</artifactId> <version>1.5.0</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId> <version>2.10.1</version> <scope>runtime</scope> </dependency> </dependencies> </project>