arcgis-maps-sdk-swift-toolkit icon indicating copy to clipboard operation
arcgis-maps-sdk-swift-toolkit copied to clipboard

UI Testing

Open dfeinzimer opened this issue 2 years ago • 2 comments
trafficstars

Toolkit UI Testing

We can approach this from two ways:

  1. Add a new app that contains a UI testing target
  • Pro: Better seperation of purpose
  • Con: More overhead with new app to manage
  1. 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

dfeinzimer avatar Jun 28 '23 00:06 dfeinzimer

We'll also need to amend the current test designs to include UI testing.

mhdostal avatar Jul 12 '23 19:07 mhdostal

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

dfeinzimer avatar Jul 14 '23 02:07 dfeinzimer