Commit 49603b6
GitLab CI
feat: monkey testing, self-healing, network mock, coverage, smart wait, data-driven, multi-device, deep a11y, session persistence
New commands:
- flutter-skill monkey <url> — random fuzz testing with crash detection
New MCP tools (+29, total 207):
- smart_tap/enter_text/assert — self-healing with fuzzy match
- mock_api/clear, record_network/replay_network
- coverage_start/stop/report/gaps
- wait_for_stable/url/text/element_count
- test_with_data, generate_test_data
- multi_connect/action/compare/disconnect
- a11y_full_audit/tab_order/color_contrast/screen_reader
- save_session/restore_session/session_diff1 parent 5804535 commit 49603b6
13 files changed
Lines changed: 3530 additions & 0 deletions
File tree
- bin
- lib/src
- bridge
- cli
- tool_handlers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
140 | 145 | | |
141 | 146 | | |
142 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
1160 | 1161 | | |
1161 | 1162 | | |
1162 | 1163 | | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
| 1178 | + | |
| 1179 | + | |
1163 | 1180 | | |
1164 | 1181 | | |
1165 | 1182 | | |
| |||
1390 | 1407 | | |
1391 | 1408 | | |
1392 | 1409 | | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
| 1416 | + | |
1393 | 1417 | | |
1394 | 1418 | | |
1395 | 1419 | | |
| |||
0 commit comments