jdi-testing / jdi-light

Powerful Framework for UI Automation Testing on Java
https://jdi-docs.github.io/jdi-light/
MIT License
109 stars 47 forks source link

Implement native iOS element: Tables #2303

Open alexarm opened 4 years ago

alexarm commented 4 years ago

Reference to Epic issue - #1924

Implement native iOS element: Tables

  1. See its definition here: https://developer.apple.com/design/human-interface-guidelines/ios/views/tables/
  2. Cover its methods with "kind of unit" tests that verify it works properly (they should contain AssertThat and similar non-JDI methods)
  3. Create test examples of how to use this element (with some tests)
  4. Create an article in documentation with test examples from item 3. (Use HTML5 element article as an example)
BraveLittleTapok commented 3 years ago

Work to create class Table for IOS and Table page in ios testing app was starting in branch #2303_Tables_IOS_in_progress, but it didn't finish, because Table could be dynamic changing