n

noraui

Non-Regression Automation for User Interfaces
https://github.com/NoraUi/NoraUi
GNU Affero General Public License, Version 3
NoraUi
Stéphane GRILLON Nicolas HALLOUIN
Files download
File Operation
noraui-4.4.0.jar download
noraui-4.4.0.pom download
noraui-4.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.noraui</groupId>
  <artifactId>noraui</artifactId>
  <version>4.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.noraui:noraui:4.4.0'
Gradle Kotlin
implementation("com.github.noraui:noraui:4.4.0")
Scala SBT
libraryDependencies += "com.github.noraui" % "noraui" % "4.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.noraui', module='noraui', version='4.4.0')
)
Apache Ivy
<dependency org="com.github.noraui" name="noraui" rev="4.4.0" />
Leiningen
[com.github.noraui/noraui "4.4.0"]
Apache Buildr
'com.github.noraui:noraui:jar:4.4.0'
Dependencies

compile

|-- io.cucumber:cucumber-java:4.7.1

|-- io.cucumber:cucumber-junit:4.7.1

|-- io.cucumber:cucumber-guice:4.7.1

|-- com.google.inject:guice:4.2.0

|-- org.seleniumhq.selenium:selenium-server:3.141.59

|-- org.seleniumhq.selenium:selenium-ie-driver:3.141.59

|-- net.lightbody.bmp:browsermob-core:2.1.5

|-- com.google.code.gson:gson:2.8.4

|-- com.jayway.jsonpath:json-path:2.4.0

|-- org.junit.jupiter:junit-jupiter-api:5.5.1

|-- org.ini4j:ini4j:0.5.4

|-- org.apache.poi:poi-ooxml:4.1.2

|-- com.opencsv:opencsv:4.0

|-- com.github.mifmif:generex:1.0.2

|-- com.squareup.okhttp3:okhttp:3.10.0

|-- com.sun.mail:javax.mail:1.6.0

|-- javax.xml.bind:jaxb-api:2.3.1

|-- com.sun.xml.bind:jaxb-core:2.3.0.1

|-- com.sun.xml.bind:jaxb-impl:2.3.2

|-- org.jsoup:jsoup:1.11.2

|-- com.github.stephenc.monte:monte-screen-recorder:0.7.7.0

|-- org.mockito:mockito-core:2.23.4

|-- org.powermock:powermock-api-mockito2:2.0.5

|-- org.powermock:powermock-module-junit4:2.0.5

|-- com.google.code.findbugs:jsr305:3.0.2

|-- org.postgresql:postgresql:42.1.4.jre7

|-- mysql:mysql-connector-java:8.0.16

|-- joda-time:joda-time:2.9.9

|-- com.google.guava:guava:28.2-jre

|-- com.google.errorprone:error_prone_annotations:2.1.1

|-- com.google.j2objc:j2objc-annotations:1.3

|-- commons-io:commons-io:2.6

|-- ch.qos.logback:logback-core:1.2.3

|-- ch.qos.logback:logback-classic:1.2.3

|-- org.slf4j:slf4j-api:1.7.30

|-- org.javassist:javassist:3.22.0-CR2

|-- org.reflections:reflections:0.9.11

|-- org.javatuples:javatuples:1.2

|-- org.apache.maven:maven-model:3.6.2

provided

|-- org.joda:joda-convert:1.9.2

test

|-- com.github.stefanbirkner:system-rules:1.17.1