Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xenit-eu/alfresco-remote-testrunner

Run your Alfresco JUnit integration tests with standard JUnit test tooling.
https://github.com/xenit-eu/alfresco-remote-testrunner

alfresco-development gradle-plugin testing-tools

Last synced: 6 days ago
JSON representation

Run your Alfresco JUnit integration tests with standard JUnit test tooling.

Awesome Lists containing this project

README

        

# Alfresco Remote Testrunner

> [![Xenit Logo](https://xenit.eu/wp-content/uploads/2017/09/XeniT_Website_Logo.png)](https://xenit.eu/open-source)
>
> Alfresco Remote Testrunner is a part of the Xenit Open Source Tooling around Alfresco. Xenit is company with a deep expertise
> and a strong team around Alfresco. If you'd like to learn more about our
> [tools](https://xenit.eu/open-source), [services](https://xenit.eu/alfresco) and
> [products](https://xenit.eu/alfresco-products), please visit our [website](https://xenit.eu).

Run your Alfresco JUnit integration tests with standard JUnit test tooling.

The Alfresco Remote Testrunner is a JUnit runner that forwards tests to a running Alfresco Repository and reports the results back.

The Alfresco Remote Testrunner and your integration tests are packaged in [Dynamic Extensions](https://github.com/xenit-eu/dynamic-extensions-for-alfresco) bundles, so they can be installed in a running Alfresco Repository without installing an AMP.

## Documentation

* [The user guide](./docs/README.md)
* [The example project](./tests-example-gradle)

### Upgrade guides

* [From 1.x to 2.0](./UPGRADING-2.0.md)

## Development

* [Changelog](./CHANGELOG.md)
* [Contributing](./CONTRIBUTING.md)