arcgis-maps-sdk-swift-toolkit
arcgis-maps-sdk-swift-toolkit copied to clipboard
UI Testing
Toolkit UI Testing
We can approach this from two ways:
- Add a new app that contains a UI testing target
- Pro: Better seperation of purpose
- Con: More overhead with new app to manage
- Add a UI testing target to the existing samples app
-
Con: We may need to introduce accessibility code into the examples that'll add extra complexity
-
[x] Basemap Gallery (starter test merged)
-
[x] Bookmarks (starter test merged)
-
[ ] Compass
-
[ ] Floating Panel
-
[ ] Floor Filter (starter test merged)
-
[ ] OverviewMap
-
[ ] Popup
-
[ ] Scalebar
-
[ ] Search
-
[ ] Utility Network Trace
We'll also need to amend the current test designs to include UI testing.
We'll also need to amend the current test designs to include UI testing.
Would that be adding a new UI test design spec for each component in the common toolkit repo?
Update: Yes, see Common Toolkit # 213