looks-interface-objects
v0.1.0-alpha
Published
Looks Page Object interfaces for WebdriverIO
Downloads
3
Readme
Looks Interface Objects
Implementations of Page Interface Objects to be used for MWP Looks integration tests.
The purpose of this is to create discrete methods that represent interactions with the different applications, so those are shareable and can be easily composed when building test flows.
Ideally, we don't want to expose browser DOM objects - that can lead to maintainability problems. So as you make changes to this, think about user interactions instead of objects, and use outcomes from those in your assertions.
Links to Action APIs
- WIP