Skip to content

Latest commit

 

History

History
22 lines (21 loc) · 677 Bytes

README.md

File metadata and controls

22 lines (21 loc) · 677 Bytes

neodymium-plugin-applitools

To include this plugin in your maven project

  • add following repository to your pom.xml
	<repositories>
		<repository>
			<id>xceptance-snapshot-repository</id>
			<url>https://oss.sonatype.org/content/repositories/snapshots
			</url>
		</repository>
	</repositories>
  • and the dependency
        <dependency>
           <groupId>com.xceptance</groupId>
           <artifactId>neodymium-plugin-applitools</artifactId>
           <version>0.0.1-SNAPSHOT</version>
        </dependency>

To get to know, how to use this plugin, please read the wiki