Last Version

selenium automation framework parent 0.1.2

Selenium automation framework is not only a test automation framework, but also the best practice of using Selenium for automation testing. It provides nature way describe your web pages, and provides a lot of handy features to release you from the framework development. You can apply a lot of best practices of Selenium testing in one minute.

License

License

Categories

Categories

Auto Application Layer Libs Code Generators
GroupId

GroupId

com.github.licanhua.test
ArtifactId

ArtifactId

selenium-automation-parent
Version

Version

0.1.2
Type

Type

pom
Description

Description

selenium automation framework parent
Selenium automation framework is not only a test automation framework, but also the best practice of using Selenium for automation testing. It provides nature way describe your web pages, and provides a lot of handy features to release you from the framework development. You can apply a lot of best practices of Selenium testing in one minute.
Project URL

Project URL

https://github.com/licanhua/selenium-automation
Source Code Management

Source Code Management

https://github.com/licanhua/selenium-automation

Download selenium-automation-parent 0.1.2


<!-- https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-parent/ -->
<dependency>
    <groupId>com.github.licanhua.test</groupId>
    <artifactId>selenium-automation-parent</artifactId>
    <version>0.1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-parent/
implementation 'com.github.licanhua.test:selenium-automation-parent:0.1.2'
// https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-parent/
implementation ("com.github.licanhua.test:selenium-automation-parent:0.1.2")
'com.github.licanhua.test:selenium-automation-parent:pom:0.1.2'
<dependency org="com.github.licanhua.test" name="selenium-automation-parent" rev="0.1.2">
  <artifact name="selenium-automation-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.licanhua.test', module='selenium-automation-parent', version='0.1.2')
)
libraryDependencies += "com.github.licanhua.test" % "selenium-automation-parent" % "0.1.2"
[com.github.licanhua.test/selenium-automation-parent "0.1.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • selenium-automation-framework
  • selenium-automation-example