calions-app/test-attribute - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

test-attribute Build Status

With the TestAttribute module you can add attributes to your html elements only for Test env. This allows you to select DOM elements with these attributes for your end to end tests.

Getting started

Here is how to add an id test attribute to an element:

div [ class "element", TestAttribute.addId "my-element" env ] [ text "My element" ]