Created Testing Backlog (markdown)

Claudiu Lodromanean 2017-04-13 08:43:20 -07:00
parent ed2cfe3063
commit 2202746a41
1 changed files with 8 additions and 0 deletions

8
Testing-Backlog.md Normal file

@ -0,0 +1,8 @@
This page documents unit and end-to-end tests that need to be written to prevent regression of fixed issues or correct functionality. Feel free to [submit a PR](https://github.com/woocommerce/woocommerce/pulls) with any of these.
**End-to-end Tests needed:**
- A test to reproduce [this issue](https://github.com/woocommerce/woocommerce/issues/14331) and verify it doesn't happen again.
- A test to go through the various Default Customer Locations and verify the site is working with each one to prevent regression of [this issue](https://github.com/woocommerce/woocommerce/issues/13902).
**Unit Tests needed:**
- TODO: Investigate code coverage and resolved issues to see what's needed.