NORAUI

Non-Regression Automation for User Interfaces

License

License

GroupId

GroupId

com.github.noraui
ArtifactId

ArtifactId

noraui
Last Version

Last Version

4.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

NORAUI
Non-Regression Automation for User Interfaces
Project URL

Project URL

https://github.com/NoraUi/NoraUi
Project Organization

Project Organization

NoraUi

Download noraui

How to add to project

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

Dependencies

compile (39)

Group / Artifact Type Version
io.cucumber : cucumber-java jar 4.7.1
io.cucumber : cucumber-junit jar 4.7.1
io.cucumber : cucumber-guice jar 4.7.1
com.google.inject : guice jar 4.2.0
org.seleniumhq.selenium : selenium-server jar 3.141.59
org.seleniumhq.selenium : selenium-ie-driver jar 3.141.59
net.lightbody.bmp : browsermob-core jar 2.1.5
com.google.code.gson : gson jar 2.8.4
com.jayway.jsonpath : json-path jar 2.4.0
org.junit.jupiter : junit-jupiter-api jar 5.5.1
org.ini4j : ini4j jar 0.5.4
org.apache.poi : poi-ooxml jar 4.1.2
com.opencsv : opencsv jar 4.0
com.github.mifmif : generex jar 1.0.2
com.squareup.okhttp3 : okhttp jar 3.10.0
com.sun.mail : javax.mail jar 1.6.0
javax.xml.bind : jaxb-api jar 2.3.1
com.sun.xml.bind : jaxb-core jar 2.3.0.1
com.sun.xml.bind : jaxb-impl jar 2.3.2
org.jsoup : jsoup jar 1.11.2
com.github.stephenc.monte : monte-screen-recorder jar 0.7.7.0
org.mockito : mockito-core jar 2.23.4
org.powermock : powermock-api-mockito2 jar 2.0.5
org.powermock : powermock-module-junit4 jar 2.0.5
com.google.code.findbugs : jsr305 jar 3.0.2
org.postgresql : postgresql jar 42.1.4.jre7
mysql : mysql-connector-java jar 8.0.16
joda-time : joda-time jar 2.9.9
com.google.guava : guava jar 28.2-jre
com.google.errorprone : error_prone_annotations jar 2.1.1
com.google.j2objc : j2objc-annotations jar 1.3
commons-io : commons-io jar 2.6
ch.qos.logback : logback-core jar 1.2.3
ch.qos.logback : logback-classic jar 1.2.3
org.slf4j : slf4j-api jar 1.7.30
org.javassist : javassist jar 3.22.0-CR2
org.reflections : reflections jar 0.9.11
org.javatuples : javatuples jar 1.2
org.apache.maven : maven-model jar 3.6.2

provided (1)

Group / Artifact Type Version
org.joda : joda-convert jar 1.9.2

test (1)

Group / Artifact Type Version
com.github.stefanbirkner : system-rules jar 1.17.1

Project Modules

There are no modules declared in this project.

NoraUi

Non-Regression Automation for User Interfaces

Demonstration

Demonstration

Technical documentation

Public website for NoraUi (Non-Regression Automation for User Interfaces).

Javadocs

Migration guide. /!\ IMPORTANT migration 4.1.x to 4.2.x !!! /!\ IMPORTANT migration 4.3.x to 4.4.x !!!

News

See change log for details

  • 2021-0X-xx: NoraUi [4.5.0] is in progress.
  • 2021-01-19: NoraUi [4.4.0] is released.
  • 2020-05-18: NoraUi [4.3.0] is released.
  • 2020-04-19: NoraUi [4.2.3] is released.
  • 2020-03-25: NoraUi [4.1.9] is released.
  • 2020-02-02: NoraUi [4.1.0] is released.
  • 2019-12-02: NoraUi [4.0.0] is released.
  • 2018-05-24: NoraUi [3.2.0] is released.
  • 2017-11-12: NoraUi [3.0.0] is released.
  • 2017-09-21: NoraUi [2.6.3] is prohibited.

Supported languages

These are the currently supported languages

  • English
  • French

Does NoraUi not support your language? Please help us with a PR!

Continuous Integration status

Build Status FOSSA Status Quality Gate SonarCloud Coverage SonarCloud Bugs SonarCloud Vulnerabilities Codacy Badge

:octocat: Contributors

GitHub contributors GitHub closed pull requests GitHub issues

Gitter chat

Join the chat at https://gitter.im/NoraUiChat

How to use

Stable:

Maven Central

SNAPSHOT:

<dependency>
    <groupId>com.github.noraui</groupId>
    <artifactId>noraui</artifactId>
    <version>4.4.0-SNAPSHOT</version>
</dependency>
<repository>
    <id>sonatype-snapshots</id>
    <url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>

Technology

  • Gherkin 5+
  • Cucumber 4+
  • Selenium 3+
  • Webdriver (Chrome, IE and firefox)
  • Java 8 (Oracle JDK8, OpenJDK8, Oracle JDK11 and OpenJDK11 are supported).
  • Maven
  • Google guice
  • JUnit 5 / Mockito

Run Anywhere

RunAnywhere

License

FOSSA Status license See LICENSE for details

/!\ CAUTION: NoraUi V2.x.x is prohibited.

These versions use the following dependency whose copyrights are not respected.

     <GroupId>com.github.noraui</groupId>
     <ArtifactId>cucumber-metrics</artifactId>

This dependency comes from a Pull Request (Cucumber-JVM: Metrics) proposal by sgrillon14 to open source library "Cucumber-JVM". Nobody has permission to copy this code let alone claim to be creator of it. This was noted in the README.md of the GitHub repository. This part has been officially integrated into NoraUi in V3.x.x which has an AGPL license.

These versions use the following dependency whose copyrights are not respected.

    <GroupId>com.github.noraui</groupId>
    <ArtifactId>ojdbc7</artifactId>

The NoraUi project had the temporary authorization of sonatype to publish this version. This was temporary because Oracle finally did not agree. Oracle has declined NoraUi's proposal and the deposit is now removed. The use by the NoraUi team was tolerated until the end of 2017 (It was noted in the README.md of the GitHub repository.) But is now forbidden for all.

Contributing

Before create issue check Ask at StackOverflow

The issue tracker is the preferred channel for bug reports, features requests and submitting pull requests.

For pull requests, read CONTRIBUTING before.

  • Step 1: Create a fork.
  • Step 2: Create a branch on this new fork.
  • Step 3: Sync your travis-ci account and guithub account.

howtocontribute-travis-ci-sync

  • Step 4: Flick the repository switch on.

howtocontribute-travis-ci-on

  • Step 5: Add OTN login/password in Travis-ci environnement.

howtocontribute-travis-ci-env-var

  • Step 6: Valid if Travis status is OK.
  • Step 7: Create pull request.

footer

com.github.noraui

NoraUi

Non-Regression Automation for User Interfaces

Versions

Version
4.4.0
4.3.0
4.2.5
4.2.4
4.2.3
4.2.1
4.2.0
4.1.9
4.1.8
4.1.7
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.0
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.6.3
2.6.2
2.6.1
2.6.0
2.5.6
2.5.5
2.5.4
2.5.3
2.5.3beta
2.5.3alpha
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.1.0
2.0.0