Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/xenit-eu/alfresco-remote-testrunner
- Owner: xenit-eu
- License: apache-2.0
- Created: 2021-05-21T13:13:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:33:26.000Z (about 1 year ago)
- Last Synced: 2024-11-07T10:32:33.518Z (about 2 months ago)
- Topics: alfresco-development, gradle-plugin, testing-tools
- Language: Java
- Homepage:
- Size: 273 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)