ZWL End To End Test Resources
This part of ZWL documentation contains everything you need to know to be able to write and debug great end to end tests.
The following categories are in order of suggested learning path if you're just beginning.
Category | Description |
---|---|
Introduction | Get a quick introduction to why and how of ZWL end to end tests. |
What to Test | Learn how to make a testing strategy, how to identify which parts of an app should be prioritize and which should be avoided. |
Prepare Yourself | Learn the things you need to know before beginning to write e2e tests such as element selectors, manual waits and more. |
Guides & Concepts | Get to know concepts behind e2e testing, learn how to build selectors, understand error codes, understand various manual waits, interacting with elements and much more. |
Examples | Examples for some use cases. |
API Reference | Detailed reference to all built-in e2e test functions. |