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

https://github.com/tf/redmine_plugin_test

A Docker image to run Redmine plugin test suites.
https://github.com/tf/redmine_plugin_test

Last synced: 4 months ago
JSON representation

A Docker image to run Redmine plugin test suites.

Awesome Lists containing this project

README

          

# Redmine Plugin Test Docker Image

Redmine with test dependencies installed. Based on official Redmine
image. Can be used to test Redmine plugins.

## Usage

From the root directory of your plugin run:

```
docker run \
-v $PWD:/usr/src/redmine/plugins/ \
--rm \
tfischbach/redmine_plugin_test \
rake db:migrate redmine:plugins:migrate redmine:plugins:test
```

Replace `` with the name of your plugin.

## License

The project is available as open source under the terms of the
[MIT License](http://opensource.org/licenses/MIT).