api-autotest-keyword

define robotframework keywords with Java

License

License

Categories

Categories

Auto Application Layer Libs Code Generators KeY Data Data Formats Formal Verification
GroupId

GroupId

com.github.lilyhu2014
ArtifactId

ArtifactId

api-autotest-keyword
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

api-autotest-keyword
define robotframework keywords with Java
Project URL

Project URL

http://maven.apache.org
Source Code Management

Source Code Management

https://github.com/lilyhu2014/api-autotest-keyword

Download api-autotest-keyword

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.lilyhu2014/api-autotest-keyword/ -->
<dependency>
    <groupId>com.github.lilyhu2014</groupId>
    <artifactId>api-autotest-keyword</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.lilyhu2014/api-autotest-keyword/
implementation 'com.github.lilyhu2014:api-autotest-keyword:1.0.1'
// https://jarcasting.com/artifacts/com.github.lilyhu2014/api-autotest-keyword/
implementation ("com.github.lilyhu2014:api-autotest-keyword:1.0.1")
'com.github.lilyhu2014:api-autotest-keyword:jar:1.0.1'
<dependency org="com.github.lilyhu2014" name="api-autotest-keyword" rev="1.0.1">
  <artifact name="api-autotest-keyword" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.lilyhu2014', module='api-autotest-keyword', version='1.0.1')
)
libraryDependencies += "com.github.lilyhu2014" % "api-autotest-keyword" % "1.0.1"
[com.github.lilyhu2014/api-autotest-keyword "1.0.1"]

Dependencies

compile (19)

Group / Artifact Type Version
org.glassfish.jersey.core : jersey-client jar 2.25.1
org.glassfish.jersey.media : jersey-media-multipart jar 2.26
javax.ws.rs : javax.ws.rs-api jar 2.1
org.apache.commons : commons-collections4 jar 4.0
commons-httpclient : commons-httpclient jar 3.1
org.apache.commons : commons-lang3 jar 3.0
com.googlecode.json-simple : json-simple jar 1.1.1
org.robotframework : robotframework jar 3.0
org.robotframework : javalib-core jar 1.2.1
com.google.code.gson : gson jar 2.6.2
com.jayway.jsonpath : json-path jar 2.4.0
org.skyscreamer : jsonassert jar 1.2.3
org.springframework : spring-core jar 5.0.9.RELEASE
org.springframework : spring-context jar 5.0.9.RELEASE
org.codehaus.jackson : jackson-mapper-asl jar 1.9.13
com.fasterxml.jackson.core : jackson-databind jar 2.8.1
log4j : log4j jar 1.2.17
mysql : mysql-connector-java jar 5.1.37
org.testng : testng jar 6.9.10

Project Modules

There are no modules declared in this project.

api-autotest-keyword

Define robotframework keywords by Java.

These keywords can call Restful API, compare json result, interact with Mysql DB.

Example

build history

Build status: build_status

Versions

Version
1.0.1
1.0.0