Skip to content

Commit f70d139

Browse files
committed
docs(e2e): link to explanation on both the what and why of the accessibility ids
1 parent 0cee70d commit f70d139

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Desktop.Tests/e2e/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ Modern Software Engineering
2626

2727
# Decisions
2828

29-
- **Usage of _accessibility ids_**.
29+
- **Usage of _[accessibility ids](https://www.waldo.com/blog/appium-accessibility-id)_**.
3030
- Pros:
3131
- More robustness, since its purpose is exactly serve as an automation reference and is not subject to change
3232
as the value, internal name or class may change for other reasons.
33+
- Also, pretty much the reasons mentioned [here](https://www.browserstack.com/guide/locators-in-appium).
3334
- Cons:
3435
- The production code is polluted just for testing reasons.
3536
- It cannot be used in dynamically generated elements (e.g. elements in a list). This forces to use another

0 commit comments

Comments
 (0)