|
| 1 | +Execute Tests |
| 2 | +============= |
| 3 | + |
| 4 | +Android: |
| 5 | + |
| 6 | +``` |
| 7 | +npm run e2e -- --runType android23 --reuseDevice |
| 8 | +``` |
| 9 | + |
| 10 | +iOS: |
| 11 | + |
| 12 | +``` |
| 13 | +npm run e2e -- --runType sim.iPhoneX.iOS112 --reuseDevice |
| 14 | +``` |
| 15 | + |
| 16 | +Scenarios |
| 17 | +============= |
| 18 | + |
| 19 | +ROOT FRAME: |
| 20 | + |
| 21 | +1. [Done] Show modal dialog with frame |
| 22 | + 1. Navigate to modal second page within modal dialog |
| 23 | + 1. Go back |
| 24 | + 2. Show nested modal dialog |
| 25 | + 2. Close nested modal dialog |
| 26 | + 3. Show nested modal dialog with frame |
| 27 | + 3. Close nested modal dialog |
| 28 | + 4. Close modal dialog |
| 29 | +2. [Done] Show modal dialog |
| 30 | + 1. Show nested modal dialog |
| 31 | + 1. Close nested modal dialog |
| 32 | + 2. Show nested modal dialog with frame |
| 33 | + 2. Close nested modal dialog |
| 34 | + 3. Close modal dialog |
| 35 | +3. [Done] Show modal tabview |
| 36 | + 1. Navigate to second page within tab item frame |
| 37 | + 1. Go back |
| 38 | + 2. Show nested modal dialog |
| 39 | + 2. Close nested modal dialog |
| 40 | + 3. Show nested modal dialog with frame |
| 41 | + 3. Close nested modal dialog |
| 42 | + 4. Close modal dialog |
| 43 | +4. Navigate to second page within root frame |
| 44 | + 1. Show modal dialog with frame |
| 45 | + 1. Navigate to second page within modal dialog |
| 46 | + 1. Go back |
| 47 | + 2. Show nested modal dialog |
| 48 | + 2. Close nested modal dialog |
| 49 | + 3. Show nested modal dialog with frame |
| 50 | + 3. Close nested modal dialog |
| 51 | + 4. Close modal dialog |
| 52 | + 2. Show modal dialog |
| 53 | + 1. Show nested modal dialog |
| 54 | + 1. Close nested modal dialog |
| 55 | + 2. Show nested modal dialog with frame |
| 56 | + 2. Close nested modal dialog |
| 57 | + 3. Close modal dialog |
| 58 | + 3. Go back |
| 59 | + |
| 60 | +ROOT TABVIEW: |
| 61 | + |
| 62 | +[Same as above] |
0 commit comments