Updated End to end Testing (markdown)

Claudiu Lodromanean 2017-03-27 08:58:14 -07:00
parent 15ad9b6e0e
commit 14d4b9c01b
1 changed files with 1 additions and 1 deletions

@ -26,7 +26,7 @@ The end-to-end testing components are designed in an extendable, reusable way th
You can import the library into your test suite and save a lot of time by not having to implement all of the basic actions a user can do in WooCommerce. The WooCommerce end-to-end testing library is implemented as a series of objects, each representing a WooCommerce screen.
To get started, follow along with our [tutorial](#todo).
To get started, follow along with our [tutorial](https://woocommerce.github.io/wc-e2e-page-objects/wc-e2e-page-objects/0.2.2/tutorial-overview.html).
If you're already familiar, and are just looking for documentation on the objects and their methods, that is available [here](https://woocommerce.github.io/wc-e2e-page-objects/wc-e2e-page-objects/0.2.2/).