From 2202746a41a6ee06d38597b9759507c536109ea8 Mon Sep 17 00:00:00 2001 From: Claudiu Lodromanean Date: Thu, 13 Apr 2017 08:43:20 -0700 Subject: [PATCH] Created Testing Backlog (markdown) --- Testing-Backlog.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Testing-Backlog.md diff --git a/Testing-Backlog.md b/Testing-Backlog.md new file mode 100644 index 0000000..63e0bca --- /dev/null +++ b/Testing-Backlog.md @@ -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. \ No newline at end of file