License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.licanhua.test |
ArtifactId | ArtifactIdselenium-automation-example |
Version | Version0.1.2 |
Type | Typejar |
Description |
DescriptionSelenium 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.
|
<!-- https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-example/ -->
<dependency>
<groupId>com.github.licanhua.test</groupId>
<artifactId>selenium-automation-example</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-example/
implementation 'com.github.licanhua.test:selenium-automation-example:0.1.2'
// https://jarcasting.com/artifacts/com.github.licanhua.test/selenium-automation-example/
implementation ("com.github.licanhua.test:selenium-automation-example:0.1.2")
'com.github.licanhua.test:selenium-automation-example:jar:0.1.2'
<dependency org="com.github.licanhua.test" name="selenium-automation-example" rev="0.1.2">
<artifact name="selenium-automation-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.licanhua.test', module='selenium-automation-example', version='0.1.2')
)
libraryDependencies += "com.github.licanhua.test" % "selenium-automation-example" % "0.1.2"
[com.github.licanhua.test/selenium-automation-example "0.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.licanhua.test : selenium-automation-framework | jar | 0.1.2 |
junit : junit | jar | 4.12 |