for more information visit the package's GitHub page
Package contains the following modules:
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.
Here is how to add an id test attribute to an element:
div [ class "element", TestAttribute.addId "my-element" env ] [ text "My element" ]