I’ve just found out our project uses this to render forms on the site I’m testing.
Is it possible to add custom attributes to things?
So I can add something like data-cy="nameDropdown" to something for example.
I’ve just found out our project uses this to render forms on the site I’m testing.
Is it possible to add custom attributes to things?
So I can add something like data-cy="nameDropdown" to something for example.
Hi @unabatedshagie,
You can use custom renderers to gain full control over the DOM, including adding arbitrary attributes.