Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abmsourav/wp-tdd
A Test-Driven Development WordPress plugin starter
https://github.com/abmsourav/wp-tdd
test-automation testing-tools unit-testing wordpress wordpress-plugin
Last synced: about 2 months ago
JSON representation
A Test-Driven Development WordPress plugin starter
- Host: GitHub
- URL: https://github.com/abmsourav/wp-tdd
- Owner: AbmSourav
- License: gpl-2.0
- Created: 2020-11-19T05:13:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-27T04:13:40.000Z (about 4 years ago)
- Last Synced: 2024-10-19T22:11:10.775Z (3 months ago)
- Topics: test-automation, testing-tools, unit-testing, wordpress, wordpress-plugin
- Language: Shell
- Homepage:
- Size: 888 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wp-tdd
A Test-Driven Development WordPress plugin starter
## Setup
1. Move `pre-commit` file to `.git/hooks/` folder
2. Run `composer install`
3. Add `.phpcs-log.txt` and `vendor` in your *gitignore* file.
4. Change `phpcs.xml` ruleset as your project needs (optional).
![WP-TDD Demo](https://github.com/AbmSourav/wp-tdd/blob/dev/assets/wp-tdd.gif)