### Running JS Tests Source: https://github.com/discourse/docker_manager/blob/main/README.md To run JavaScript (QUnit) tests for the Docker Manager plugin, execute the following command in your Discourse directory. ```bash RAILS_ENV=test bin/rails "plugin:qunit[docker_manager]" ``` -------------------------------- ### Contributing Workflow Source: https://github.com/discourse/docker_manager/blob/main/README.md Standard Git workflow for contributing to the project. ```git git checkout -b my-new-feature ``` ```git git commit -am "Add some feature" ``` ```git git push origin my-new-feature ``` -------------------------------- ### Running Ruby Tests Source: https://github.com/discourse/docker_manager/blob/main/README.md To run Ruby tests for the Docker Manager plugin, execute the following command in your Discourse directory. ```bash RAILS_ENV=test bin/rails "plugin:spec[docker_manager]" ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.