Created Testing Backlog (markdown)
parent
ed2cfe3063
commit
2202746a41
|
@ -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.
|
Loading…
Reference in New Issue