Non-Regression Automation for User Interfaces
Public website for NoraUi (Non-Regression Automation for User Interfaces).
Migration guide. /!\ IMPORTANT migration 4.1.x to 4.2.x !!! /!\ IMPORTANT migration 4.3.x to 4.4.x !!!
See change log for details
- 2020-06-xx: NoraUi [4.4.0] is in progress.
- 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.
These are the currently supported languages
- English
- French
Does NoraUi not support your language? Please help us with a PR!
Stable:
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>
- 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
/!\ 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.
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.
- Step 4: Flick the repository switch on.
- Step 5: Add OTN login/password in Travis-ci environnement.
- Step 6: Valid if Travis status is OK.
- Step 7: Create pull request.