Skip to content

Supporting automation testing #19

@chriswxyz

Description

@chriswxyz

Especially with forms, it's important to allow various E2E test engines to target fields, forms and values by giving attributes on elements that these runners can target.

Suggested implementation is a data-auto attribute following this naming convention:
a-* for actions
v-* for viewable things to check
i-* for inputs
c-* for containers (to find things inside 3p libs)

For example, data-auto="v-datetime" or data-auto="i-${input-name}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions