Skip to content

Commit 212e27f

Browse files
test: try fullscreen screenshots
1 parent 4cb02b4 commit 212e27f

9 files changed

Lines changed: 83 additions & 76 deletions

.maestro/enrichedInput/flows/checkbox_toggle.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,36 +4,36 @@ appId: swmansion.enriched.example
44
- launchApp
55

66
- tapOn:
7-
id: "toggle-screen-button"
7+
id: 'toggle-screen-button'
88

99
- tapOn:
10-
id: "editor-input"
10+
id: 'editor-input'
1111

1212
- tapOn:
13-
id: "toolbar-checkbox-list"
13+
id: 'toolbar-checkbox-list'
1414
- runFlow:
1515
file: '../../subflows/input_text.yaml'
1616
env:
17-
TEXT: "Item one"
17+
TEXT: 'Item one'
1818
- pressKey: Enter
1919
- runFlow:
2020
file: '../../subflows/input_text.yaml'
2121
env:
22-
TEXT: "Item two"
22+
TEXT: 'Item two'
2323
- pressKey: Enter
2424

2525
- pressKey: Backspace
2626
- runFlow:
2727
file: '../../subflows/input_text.yaml'
2828
env:
29-
TEXT: "Plain text"
29+
TEXT: 'Plain text'
3030
- pressKey: Enter
3131

3232
- tapOn:
33-
id: "editor-input"
34-
point: "14%,37%"
33+
id: 'editor-input'
34+
point: '14%,37%'
3535

3636
- runFlow:
37-
file: "../subflows/capture_or_assert_screenshot.yaml"
37+
file: '../subflows/capture_or_assert_fullscreen_screenshot.yaml'
3838
env:
39-
SCREENSHOT_NAME: "checkbox_toggle"
39+
SCREENSHOT_NAME: 'checkbox_toggle'

.maestro/enrichedInput/flows/inline_styles_visual.yaml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,78 +3,78 @@ appId: swmansion.enriched.example
33
- launchApp
44

55
- tapOn:
6-
id: "toggle-screen-button"
6+
id: 'toggle-screen-button'
77

88
- tapOn:
9-
id: "editor-input"
9+
id: 'editor-input'
1010

1111
- runFlow:
1212
file: '../../subflows/input_text.yaml'
1313
env:
14-
TEXT: "Plain "
14+
TEXT: 'Plain '
1515

1616
- tapOn:
17-
id: "toolbar-bold"
17+
id: 'toolbar-bold'
1818
- runFlow:
1919
file: '../../subflows/input_text.yaml'
2020
env:
21-
TEXT: "bold"
21+
TEXT: 'bold'
2222
- tapOn:
23-
id: "toolbar-bold"
23+
id: 'toolbar-bold'
2424
- runFlow:
2525
file: '../../subflows/input_text.yaml'
2626
env:
27-
TEXT: " "
27+
TEXT: ' '
2828

2929
- tapOn:
30-
id: "toolbar-italic"
30+
id: 'toolbar-italic'
3131
- runFlow:
3232
file: '../../subflows/input_text.yaml'
3333
env:
34-
TEXT: "italic"
34+
TEXT: 'italic'
3535
- tapOn:
36-
id: "toolbar-italic"
36+
id: 'toolbar-italic'
3737
- runFlow:
3838
file: '../../subflows/input_text.yaml'
3939
env:
40-
TEXT: " "
40+
TEXT: ' '
4141

4242
- tapOn:
43-
id: "toolbar-underline"
43+
id: 'toolbar-underline'
4444
- runFlow:
4545
file: '../../subflows/input_text.yaml'
4646
env:
47-
TEXT: "underline"
47+
TEXT: 'underline'
4848
- tapOn:
49-
id: "toolbar-underline"
49+
id: 'toolbar-underline'
5050
- runFlow:
5151
file: '../../subflows/input_text.yaml'
5252
env:
53-
TEXT: " "
53+
TEXT: ' '
5454

5555
- tapOn:
56-
id: "toolbar-strikethrough"
56+
id: 'toolbar-strikethrough'
5757
- runFlow:
5858
file: '../../subflows/input_text.yaml'
5959
env:
60-
TEXT: "strike-through"
60+
TEXT: 'strike-through'
6161
- tapOn:
62-
id: "toolbar-strikethrough"
62+
id: 'toolbar-strikethrough'
6363
- runFlow:
6464
file: '../../subflows/input_text.yaml'
6565
env:
66-
TEXT: " "
66+
TEXT: ' '
6767

6868
- tapOn:
69-
id: "toolbar-inline-code"
69+
id: 'toolbar-inline-code'
7070
- runFlow:
7171
file: '../../subflows/input_text.yaml'
7272
env:
73-
TEXT: "code"
73+
TEXT: 'code'
7474
- tapOn:
75-
id: "toolbar-inline-code"
75+
id: 'toolbar-inline-code'
7676

7777
- runFlow:
78-
file: "../subflows/capture_or_assert_screenshot.yaml"
78+
file: '../subflows/capture_or_assert_fullscreen_screenshot.yaml'
7979
env:
80-
SCREENSHOT_NAME: "inline_styles"
80+
SCREENSHOT_NAME: 'inline_styles'

.maestro/enrichedInput/flows/paragraph_styles_lists_visual.yaml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,69 +4,69 @@ appId: swmansion.enriched.example
44
- launchApp
55

66
- tapOn:
7-
id: "toggle-screen-button"
7+
id: 'toggle-screen-button'
88

99
- tapOn:
10-
id: "editor-input"
10+
id: 'editor-input'
1111

1212
- tapOn:
13-
id: "toolbar-ordered-list"
13+
id: 'toolbar-ordered-list'
1414
- runFlow:
1515
file: '../../subflows/input_text.yaml'
1616
env:
17-
TEXT: "First"
17+
TEXT: 'First'
1818
- pressKey: Enter
1919
- runFlow:
2020
file: '../../subflows/input_text.yaml'
2121
env:
22-
TEXT: "Second"
22+
TEXT: 'Second'
2323
- pressKey: Enter
2424
- tapOn:
25-
id: "toolbar-ordered-list"
25+
id: 'toolbar-ordered-list'
2626

2727
- runFlow:
2828
file: '../../subflows/input_text.yaml'
2929
env:
30-
TEXT: "Normal"
30+
TEXT: 'Normal'
3131
- pressKey: Enter
3232

3333
- tapOn:
34-
id: "toolbar-unordered-list"
34+
id: 'toolbar-unordered-list'
3535
- runFlow:
3636
file: '../../subflows/input_text.yaml'
3737
env:
38-
TEXT: "First"
38+
TEXT: 'First'
3939
- pressKey: Enter
4040
- runFlow:
4141
file: '../../subflows/input_text.yaml'
4242
env:
43-
TEXT: "Second"
43+
TEXT: 'Second'
4444
- pressKey: Enter
4545
- tapOn:
46-
id: "toolbar-unordered-list"
46+
id: 'toolbar-unordered-list'
4747

4848
- runFlow:
4949
file: '../../subflows/input_text.yaml'
5050
env:
51-
TEXT: "Normal"
51+
TEXT: 'Normal'
5252
- pressKey: Enter
5353

5454
- tapOn:
55-
id: "toolbar-checkbox-list"
55+
id: 'toolbar-checkbox-list'
5656
- runFlow:
5757
file: '../../subflows/input_text.yaml'
5858
env:
59-
TEXT: "First"
59+
TEXT: 'First'
6060
- pressKey: Enter
6161
- runFlow:
6262
file: '../../subflows/input_text.yaml'
6363
env:
64-
TEXT: "Second"
64+
TEXT: 'Second'
6565

6666
- tapOn:
67-
id: "size-max-button"
67+
id: 'size-max-button'
6868

6969
- runFlow:
70-
file: "../subflows/capture_or_assert_screenshot.yaml"
70+
file: '../subflows/capture_or_assert_fullscreen_screenshot.yaml'
7171
env:
72-
SCREENSHOT_NAME: "paragraph_styles_lists"
72+
SCREENSHOT_NAME: 'paragraph_styles_lists'

.maestro/enrichedInput/flows/paragraph_styles_no_crash.yaml

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,75 +4,74 @@ appId: swmansion.enriched.example
44
- launchApp
55

66
- tapOn:
7-
id: "toggle-screen-button"
7+
id: 'toggle-screen-button'
88

99
- tapOn:
10-
id: "editor-input"
10+
id: 'editor-input'
1111

1212
- tapOn:
13-
id: "toolbar-unordered-list"
13+
id: 'toolbar-unordered-list'
1414
- runFlow:
1515
file: '../../subflows/input_text.yaml'
1616
env:
17-
TEXT: "Unordered"
17+
TEXT: 'Unordered'
1818
- pressKey: Enter
1919
- tapOn:
20-
id: "toolbar-unordered-list"
20+
id: 'toolbar-unordered-list'
2121

2222
- tapOn:
23-
id: "toolbar-ordered-list"
23+
id: 'toolbar-ordered-list'
2424
- runFlow:
2525
file: '../../subflows/input_text.yaml'
2626
env:
27-
TEXT: "Ordered"
27+
TEXT: 'Ordered'
2828
- pressKey: Enter
2929
- tapOn:
30-
id: "toolbar-ordered-list"
30+
id: 'toolbar-ordered-list'
3131

3232
- tapOn:
33-
id: "toolbar-checkbox-list"
33+
id: 'toolbar-checkbox-list'
3434
- runFlow:
3535
file: '../../subflows/input_text.yaml'
3636
env:
37-
TEXT: "Checkbox"
37+
TEXT: 'Checkbox'
3838
- pressKey: Enter
3939
- tapOn:
40-
id: "toolbar-checkbox-list"
40+
id: 'toolbar-checkbox-list'
4141

4242
- tapOn:
43-
id: "toolbar-code-block"
43+
id: 'toolbar-code-block'
4444
- runFlow:
4545
file: '../../subflows/input_text.yaml'
4646
env:
47-
TEXT: "Code"
47+
TEXT: 'Code'
4848
- pressKey: Enter
4949
- tapOn:
50-
id: "toolbar-code-block"
50+
id: 'toolbar-code-block'
5151

5252
- tapOn:
53-
id: "toolbar-quote"
53+
id: 'toolbar-quote'
5454
- runFlow:
5555
file: '../../subflows/input_text.yaml'
5656
env:
57-
TEXT: "Quote"
57+
TEXT: 'Quote'
5858
- pressKey: Enter
5959
- tapOn:
60-
id: "toolbar-quote"
60+
id: 'toolbar-quote'
6161

6262
- tapOn:
63-
id: "toolbar-heading-1"
63+
id: 'toolbar-heading-1'
6464
- runFlow:
6565
file: '../../subflows/input_text.yaml'
6666
env:
67-
TEXT: "Heading"
67+
TEXT: 'Heading'
6868

6969
- assertVisible:
70-
id: "editor-input"
70+
id: 'editor-input'
7171
- tapOn:
72-
id: "size-max-button"
72+
id: 'size-max-button'
7373

7474
- runFlow:
75-
file: "../subflows/capture_or_assert_screenshot.yaml"
75+
file: '../subflows/capture_or_assert_fullscreen_screenshot.yaml'
7676
env:
77-
SCREENSHOT_NAME: "paragraph_styles_no_crash"
78-
77+
SCREENSHOT_NAME: 'paragraph_styles_no_crash'

.maestro/enrichedInput/flows/scrolling_with_paragraph_styles.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ appId: swmansion.enriched.example
7979
env:
8080
TEXT: 'Plain text final'
8181

82+
- swipe:
83+
from:
84+
id: 'editor-input'
85+
direction: DOWN
8286
- swipe:
8387
from:
8488
id: 'editor-input'
@@ -98,6 +102,10 @@ appId: swmansion.enriched.example
98102
id: 'editor-input'
99103
point: '0%,0%'
100104

105+
- swipe:
106+
from:
107+
id: 'editor-input'
108+
direction: UP
101109
- swipe:
102110
from:
103111
id: 'editor-input'
57.7 KB
Loading
57.2 KB
Loading
55.8 KB
Loading
52.4 KB
Loading

0 commit comments

Comments
 (0)