dev-master
9999999-devWordPress Plugin Devops for developing WordPress Plugins
GPL-3.0
The Requires
- paulgibbs/behat-wordpress-extension ^0.7.1
- codeclimate/php-test-reporter ^0.4.4
- wp-cli/wp-cli ^1.3.0
- roave/security-advisories @dev
by Sven Wagener
Wallogit.com
2017 © Pedro Peláez
WordPress Plugin Devops for developing WordPress Plugins
Please use the WP Devops instead of the WordPress Plugins devops., (*1)
For this library Composer and Docker is required. Please install before starting., (*2)
Add WP Plugin Devops functionality by using Composer., (*3)
composer require awsmug/wp-plugin-devops:dev-master
Install the environment by setting up config files for git, composer, phpunit and so on., (*4)
vendor/bin/wpdevops install
Start the local server., (*5)
vendor/bin/wpdevops start
Stop the local server., (*6)
vendor/bin/wpdevops stop
After the changes were made, sync your data to the docker container., (*7)
vendor/bin/wpdevops sync
Clean up all automatic produced scripts., (*8)
vendor/bin/wpdevops clean
The docker on which the environment is based contains., (*9)
You can connect your github account with travis and all your tests will be executed automatically on pushing your code to github., (*10)
Put all your tests to the directory 'tests/phpunit'., (*11)
Put all your .feature files to the directory 'tests/behat' and all your FeatureContext class files to the directory 'tests/behat'., (*12)
WordPress Plugin Devops for developing WordPress Plugins
GPL-3.0