NoraUi Save

Non-Regression Automation for User Interfaces

Project README

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

  • 2023-11-30: 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.5.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

Open Source Agenda is not affiliated with "NoraUi" Project. README Source: NoraUi/NoraUi