Common
Common folder contains attributes, triggers, page objects, components, etc. which are reused between features.
The most important sections of the common folder:

Attributes - contains Atata triggers and attributes specific for AAF. Use the example in the link to write your own custom attributes as needed.
Components - contains common components and page objects used in other features (inputs with validation, base page with navigation bar)
Controls - contains common custom controls used by page objects of different features.
Fixtures - contains different fixtures used by other features
Generators - contains different generators used by other features
Last updated
Was this helpful?