plugin-dev-tools
plugin-dev-tools copied to clipboard
A command is missing which can install another plugin a specific environment, i.e. if the plugin has compatibility tests.
At the moment there is only support for running tests inside a docker container. It should be also possibly to develop with these containers.
In the docker:destroy script you are using following docker commands: `docker rm $(docker ps -a -q)` `docker rmi --force $(docker images -q)` These commands remove **all** images on the docker...