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.
- Host: GitHub
- URL: https://github.com/tf/redmine_plugin_test
- Owner: tf
- License: mit
- Created: 2018-09-25T10:27:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-25T10:59:08.000Z (almost 8 years ago)
- Last Synced: 2025-10-27T08:36:45.220Z (8 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/tfischbach/redmine_plugin_test
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
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).