plugin-dev-tools icon indicating copy to clipboard operation
plugin-dev-tools copied to clipboard

Results 4 plugin-dev-tools issues
Sort by recently updated
recently updated
newest added

A command is missing which can install another plugin a specific environment, i.e. if the plugin has compatibility tests.

enhancement

At the moment there is only support for running tests inside a docker container. It should be also possibly to develop with these containers.

enhancement

code-coverage generation on Docker

enhancement

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...

bug