pagesource / atomic-react-components

A react pattern library with collocation for generic react components equipped with recommended development ecosystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Added data locators for progressive testing

vinodloha opened this issue · comments

Should be available in all Atoms.
Should be able to put a default unique value in data attribute if prop is not passed.

This has been implement for one component Atom Input via #66. The same needs to happen for other atoms. Also Fallback for Unique Id needs to be utilised.

Finished the complete implementation and raised PR for all the atoms. #67

Closing this, add the element locator work for current atoms is complete.