In order to make UI automation test cases more stable, I'm looking for a tool (perhaps a chrome extension) to check whether webpage meets some certain standard when front end developers commit their code. For example, to make sure all major UI elements have IDs, and those IDs are not changing etc. Of course I can also using XPath to identify UI element, but I believe query by ID would be quicker. Any help would be highly appreciated.
Asked
Active
Viewed 22 times