# reddeer **Repository Path**: mirrors_eclipse/reddeer ## Basic Information - **Project Name**: reddeer - **Description**: RedDeer Project - **Primary Language**: Unknown - **License**: EPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Eclipse RedDeer Testing Framework Eclipse [RedDeer](http://www.eclipse.org/reddeer) project is an extensible framework used for development of automated SWT/Eclipse tests which interacts with application’s user interface. RedDeer provides the PageObjects API for comfortable testing of standard SWT (Buttons, Trees..), JFace (UIForms), Workbench (Views, Editors, ..) and Eclipse (Wizards, Preferences,...) components and also allows creating and extending your own components. RedDeer also provides capabilities to work with graphical editors based on GEF or Graphiti. Eclipse RedDeer is extensively tested on Linux/CentOS platform. Examination of test results in CI environment is easier thanks to capturing screenshots on test failures and collecting Eclipse Platform log. ## At this time RedDeer is not actively maintained We are not currently actively developing and maintaining the framework, in case that you are interested in the maintaining the project, please contact the [project leads](https://projects.eclipse.org/projects/technology.reddeer/who). # Get the code The easiest way to get started with the code is to [create your own fork](https://help.github.com/en/articles/fork-a-repo), then clone your fork and finally add upstream: $ git clone git@github.com:/reddeer.git $ cd reddeer $ git remote add upstream http://github.com/eclipse/reddeer.git # Build RedDeer locally In case that you have the git repo cloned locally, you can build it using maven: $ mvn clean install If you just want to build the base and not to run tests, use this: $ mvn clean install -DskipTests=true # Installation ## Using RedDeer eclipse update site Copy-Paste this URL to Eclipse Help -> Install New Software...: ``` http://download.eclipse.org/reddeer/releases/latest ``` Or latest nightly build: ``` http://download.eclipse.org/reddeer/snapshots ``` Finish the installation & restart IDE. ## Using locally built artifacts Search your repo for path-to-your-git/reddeer/site/repository and paste this path to Eclipse Help -> Install New Software... # Getting Started Go through [Getting Started guide](https://github.com/eclipse/reddeer/wiki/Getting-Started). # Documentation See [RedDeer Documentation](https://github.com/eclipse/reddeer/wiki). # Contributing See [how to contribute](https://github.com/eclipse/reddeer/blob/master/CONTRIBUTING.md) to the project. # Contact us * Contact us on [Mailing List](https://dev.eclipse.org/mailman/listinfo/reddeer-dev) * Our [Homepage](http://www.eclipse.org/reddeer)