File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77__pycache__
88python /dist
99docs /book
10+ * .gif
Original file line number Diff line number Diff line change 1+ Output autocomplete.gif
2+ Set FontSize 26
3+ Set Width 900
4+ Set Height 450
5+
6+ # setup
7+ Hide
8+ Type "mesc setup"
9+ Enter
10+ Sleep 500ms
11+ Enter
12+ Type "f"
13+ Enter
14+ Sleep 1
15+ Enter
16+ Show
17+
18+ Sleep 1.5s
19+ Type@250ms "arbi"
20+ Sleep 3s
21+ Backspace 4
22+ Sleep 1s
23+ Type@250ms "opti"
24+ Sleep 3s
25+ Backspace 4
26+ Sleep 1s
27+ Type@250ms "zora"
28+ Sleep 3s
29+ Enter
Original file line number Diff line number Diff line change 1+ Output basics.gif
2+ Set FontSize 26
3+ Set Width 1200
4+ Set Height 800
5+
6+ # start mesc setup
7+ Type "mesc setup"
8+ Sleep 400ms
9+ Enter
10+ Sleep 2000ms
11+
12+ # scroll through the options
13+ Down
14+ Sleep 250ms
15+ Down
16+ Sleep 250ms
17+ Down
18+ Sleep 1000ms
19+ Up
20+ Sleep 250ms
21+ Up
22+ Sleep 250ms
23+ Up
24+ Sleep 500ms
25+
26+ # start the endpoint add process
27+ Enter
28+ Sleep 2000ms
29+ Type "https://eth.llamarpc.com"
30+ Enter
31+ Sleep 3500ms
32+
33+ # go through the add options
34+ Enter
35+ Sleep 2000ms
36+
37+
38+ # save and exit
39+ Up
40+ Sleep 1500ms
41+ Up
42+ Sleep 1500ms
43+ Enter
44+ Sleep 2500ms
45+
46+ # perform ping
47+ Type "mesc ping"
48+ Enter
49+ Sleep 6000ms
50+
Original file line number Diff line number Diff line change 1+ Output tests.gif
2+ Set FontSize 19
3+ Set Width 1200
4+ Set Height 800
5+
6+
7+ Hide
8+ Type "cd ~/repos/mesc/tests"
9+ Enter
10+ Type "clear"
11+ Enter
12+ Show
13+ Type "pytest -n 8"
14+ Enter
15+ Sleep 25s
You can’t perform that action at this time.
0 commit comments