Skip to content

A Java based API to control Ant Design's components in selenium web driver tests.

License

Notifications You must be signed in to change notification settings

kandula-io/com-antd-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Com-antd-java

CircleCI

A WebDriver Elements Library (Java) for Ant Design Components.

We maintain this library as an API for front-end React JS based components that are build using Ant Design front-end library.

You will get following bennifits by using this library as building blocks of your tests,

  • Control complex AntD elemnts using Java API
  • Upgrade frontend AntD library version without breaking test Automation
  • Stable tests

Installation

Add following dependancy into your project's pom.

    <dependancy>
        <groupId>io.kandula</groupId>
        <artifactId>com-antd-java</artifactId>
        <version>3.20.2</version>
    </dependancy>

About

A Java based API to control Ant Design's components in selenium web driver tests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published