You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The runner forwards route settings through `microbot.test.webwalker.*` system properties because the Gradle `runTest` task only propagates `microbot.test.*` properties into the launched client JVM.
37
37
38
-
`TestRunnerPlugin` starts before ordinary plugins and clears the persisted enabled flag for the selected
39
-
test target. It starts that target only after a game tick reports `LOGGED_IN`, a local player is present and
40
-
the welcome-screen Play widget is no longer visible, then clears the enabled flag again while leaving the
41
-
target active for the current process. This readiness contract is intentional: RuneLite can report
42
-
`LOGGED_IN` and expose a local player before the welcome overlay has stopped blocking interaction, and a
43
-
persisted harness flag must not start its private route timeout during the next client's login sequence.
44
-
45
-
## Planner modes and evidence
46
-
47
-
Planner selection is explicit and defaults to `LOCAL`:
48
-
49
-
-`LOCAL` runs only the local planner;
50
-
-`SHADOW` executes local and compares upstream asynchronously;
51
-
-`UPSTREAM_F2P_CANARY` calculates both candidates for non-members policy and selects upstream only after a
| F2P-17 |`3236,3458,0`|`3237,9858,0`| Walks from the fixed Varrock surface manhole to the sewers 5 times on a F2P world with agility shortcuts and teleports disabled; setup climbs out before every repetition, so a prior run ending underground cannot turn the case into a no-op |
226
-
227
-
## Selection-gate routes
228
-
229
-
These prerequisite-bearing routes are available by explicit ID and are not included by the default `all`
230
-
filter.
231
-
232
-
| ID | From | To | Coverage |
233
-
|---|---:|---:|---|
234
-
| F2P-18 |`3243,3237,0`|`3199,3344,0`| Ten explicit item-gated bank-to-target comparisons plus three River Lum canoe repetitions and five or more `CANOE` planner selections |
235
-
| F2P-19 |`3029,3217,0`|`2956,3146,0`| Two Port Sarim-to-Musa Point repetitions with three or more fare-gated `TERMINAL_TRAVEL` planner selections |
236
-
| F2P-20 |`3029,3217,0`|`2946,3368,0`| Long surface walk with twelve deliberately injected and settled `ACTIVE_REPLAN` comparisons |
237
-
| F2P-21 |`3029,3217,0`|`2957,3214,0`| Five alternating surface walks with two walker-thread `RECOVERY_REPLAN` comparisons each and five recovered arrivals |
67
+
| F2P-17 | current live player tile |`3237,9858,0`| Captures current origin, then walks to Varrock Sewers 5 times on a F2P world with agility shortcuts and teleports disabled |
0 commit comments