t

test-robot-framework

Test repository with test case is created and executed in Robot Framework.
https://github.com/ndviet/test-robot-framework/tree/master
The Apache License, Version 2.0
Nguyen Duc Viet
Files download
File Operation
test-robot-framework-24.02.24.jar download
test-robot-framework-24.02.24.pom download
Apache Maven
<dependency>
  <groupId>org.ndviet</groupId>
  <artifactId>test-robot-framework</artifactId>
  <version>24.02.24</version>
</dependency>
Gradle Groovy
implementation 'org.ndviet:test-robot-framework:24.02.24'
Gradle Kotlin
implementation("org.ndviet:test-robot-framework:24.02.24")
Scala SBT
libraryDependencies += "org.ndviet" % "test-robot-framework" % "24.02.24"
Groovy Grape
@Grapes(
  @Grab(group='org.ndviet', module='test-robot-framework', version='24.02.24')
)
Apache Ivy
<dependency org="org.ndviet" name="test-robot-framework" rev="24.02.24" />
Leiningen
[org.ndviet/test-robot-framework "24.02.24"]
Apache Buildr
'org.ndviet:test-robot-framework:jar:24.02.24'