0.1.0-alpha • Published 5 years ago

looks-interface-objects v0.1.0-alpha

Weekly downloads
4
License
ISC
Repository
gitlab
Last release
5 years ago

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