Skip to content

darcy-framework/darcy-webdriver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

darcy-webdriver

Build Status Coverage Status Stories in Ready

An implementation of darcy-ui and darcy-web that uses Selenium WebDriver as the automation library backend.

maven

<dependency> <groupId>com.redhat.darcy</groupId> <artifactId>darcy-webdriver</artifactId> <version>0.4.0-SNAPSHOT</version> </dependency>

To use snapshot versions, you'll need Sonatype's snapshot repo in your pom or settings.xml.

<repositories> <repository> <id>central-snapshots</id> <url>https://oss.sonatype.org/content/repositories/snapshots</url> <releases><enabled>false</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </repository> </repositories>

getting started

Check out the darcy tutorials, which use darcy-webdriver as the implementation.

About

An implementation of darcy-web that uses Selenium WebDriver as the automation library backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 7

Languages