scratch-gui 5.2.9 → 5.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,20 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [5.2.11](https://github.com/scratchfoundation/scratch-gui/compare/v5.2.10...v5.2.11) (2025-11-02)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **deps:** lock file maintenance ([9550c3f](https://github.com/scratchfoundation/scratch-gui/commit/9550c3f8569e6557c6472d21f45b00bef57d2b3d))
12
+
13
+ ## [5.2.10](https://github.com/scratchfoundation/scratch-gui/compare/v5.2.9...v5.2.10) (2025-10-31)
14
+
15
+
16
+ ### Bug Fixes
17
+
18
+ * **deps:** lock file maintenance ([1338fe2](https://github.com/scratchfoundation/scratch-gui/commit/1338fe287f568261840fef612c79794ae6a95500))
19
+
6
20
  ## [5.2.9](https://github.com/scratchfoundation/scratch-gui/compare/v5.2.8...v5.2.9) (2025-10-29)
7
21
 
8
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scratch-gui",
3
- "version": "5.2.9",
3
+ "version": "5.2.11",
4
4
  "description": "Graphical User Interface for creating and running Scratch 3.0 projects",
5
5
  "author": "Massachusetts Institute of Technology",
6
6
  "license": "AGPL-3.0-only",
@@ -1,125 +1,125 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <testsuites name="jest tests" tests="104" failures="0" time="121.167">
3
- <testsuite name="Working with sounds" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:09:30" time="50.237" tests="9">
4
- <testcase classname="Working with sounds Adding a sound through the library" name="Working with sounds Adding a sound through the library" time="20.167">
2
+ <testsuites name="jest tests" tests="104" failures="0" time="121.204">
3
+ <testsuite name="Working with sounds" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:48:29" time="50.704" tests="9">
4
+ <testcase classname="Working with sounds Adding a sound through the library" name="Working with sounds Adding a sound through the library" time="20.983">
5
5
  </testcase>
6
- <testcase classname="Working with sounds Adding a sound by surprise button" name="Working with sounds Adding a sound by surprise button" time="2.906">
6
+ <testcase classname="Working with sounds Adding a sound by surprise button" name="Working with sounds Adding a sound by surprise button" time="3.307">
7
7
  </testcase>
8
- <testcase classname="Working with sounds Duplicating a sound" name="Working with sounds Duplicating a sound" time="3.562">
8
+ <testcase classname="Working with sounds Duplicating a sound" name="Working with sounds Duplicating a sound" time="3.341">
9
9
  </testcase>
10
- <testcase classname="Working with sounds Switching sprites with different numbers of sounds" name="Working with sounds Switching sprites with different numbers of sounds" time="8.488">
10
+ <testcase classname="Working with sounds Switching sprites with different numbers of sounds" name="Working with sounds Switching sprites with different numbers of sounds" time="8.312">
11
11
  </testcase>
12
- <testcase classname="Working with sounds Adding multiple sounds at the same time" name="Working with sounds Adding multiple sounds at the same time" time="3.109">
12
+ <testcase classname="Working with sounds Adding multiple sounds at the same time" name="Working with sounds Adding multiple sounds at the same time" time="3.113">
13
13
  </testcase>
14
- <testcase classname="Working with sounds Copy to new button adds a new sound" name="Working with sounds Copy to new button adds a new sound" time="2.596">
14
+ <testcase classname="Working with sounds Copy to new button adds a new sound" name="Working with sounds Copy to new button adds a new sound" time="2.758">
15
15
  </testcase>
16
- <testcase classname="Working with sounds Copy and pasting within a sound changes its duration" name="Working with sounds Copy and pasting within a sound changes its duration" time="2.95">
16
+ <testcase classname="Working with sounds Copy and pasting within a sound changes its duration" name="Working with sounds Copy and pasting within a sound changes its duration" time="2.628">
17
17
  </testcase>
18
- <testcase classname="Working with sounds Can copy a sound from a sprite and paste into a sound on the stage" name="Working with sounds Can copy a sound from a sprite and paste into a sound on the stage" time="2.303">
18
+ <testcase classname="Working with sounds Can copy a sound from a sprite and paste into a sound on the stage" name="Working with sounds Can copy a sound from a sprite and paste into a sound on the stage" time="2.4">
19
19
  </testcase>
20
- <testcase classname="Working with sounds Keyboard shortcuts" name="Working with sounds Keyboard shortcuts" time="3.113">
20
+ <testcase classname="Working with sounds Keyboard shortcuts" name="Working with sounds Keyboard shortcuts" time="2.897">
21
21
  </testcase>
22
22
  </testsuite>
23
- <testsuite name="Working with the blocks" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:09:30" time="77.155" tests="14">
24
- <testcase classname="Working with the blocks Blocks report when clicked in the toolbox" name="Working with the blocks Blocks report when clicked in the toolbox" time="16.387">
23
+ <testsuite name="Working with the blocks" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:48:29" time="79.771" tests="14">
24
+ <testcase classname="Working with the blocks Blocks report when clicked in the toolbox" name="Working with the blocks Blocks report when clicked in the toolbox" time="17.127">
25
25
  </testcase>
26
- <testcase classname="Working with the blocks Switching sprites updates the block menus" name="Working with the blocks Switching sprites updates the block menus" time="4.742">
26
+ <testcase classname="Working with the blocks Switching sprites updates the block menus" name="Working with the blocks Switching sprites updates the block menus" time="4.519">
27
27
  </testcase>
28
- <testcase classname="Working with the blocks Creating variables" name="Working with the blocks Creating variables" time="6.462">
28
+ <testcase classname="Working with the blocks Creating variables" name="Working with the blocks Creating variables" time="6.717">
29
29
  </testcase>
30
- <testcase classname="Working with the blocks Creating a list" name="Working with the blocks Creating a list" time="5.491">
30
+ <testcase classname="Working with the blocks Creating a list" name="Working with the blocks Creating a list" time="5.469">
31
31
  </testcase>
32
- <testcase classname="Working with the blocks Custom procedures" name="Working with the blocks Custom procedures" time="3.816">
32
+ <testcase classname="Working with the blocks Custom procedures" name="Working with the blocks Custom procedures" time="3.803">
33
33
  </testcase>
34
- <testcase classname="Working with the blocks Adding an extension" name="Working with the blocks Adding an extension" time="3.351">
34
+ <testcase classname="Working with the blocks Adding an extension" name="Working with the blocks Adding an extension" time="3.773">
35
35
  </testcase>
36
- <testcase classname="Working with the blocks Record option from sound block menu opens sound recorder" name="Working with the blocks Record option from sound block menu opens sound recorder" time="4.293">
36
+ <testcase classname="Working with the blocks Record option from sound block menu opens sound recorder" name="Working with the blocks Record option from sound block menu opens sound recorder" time="4.674">
37
37
  </testcase>
38
- <testcase classname="Working with the blocks Renaming costume changes the default costume name in the toolbox" name="Working with the blocks Renaming costume changes the default costume name in the toolbox" time="3.575">
38
+ <testcase classname="Working with the blocks Renaming costume changes the default costume name in the toolbox" name="Working with the blocks Renaming costume changes the default costume name in the toolbox" time="4.469">
39
39
  </testcase>
40
- <testcase classname="Working with the blocks Renaming costume with a special character should not break toolbox" name="Working with the blocks Renaming costume with a special character should not break toolbox" time="4.466">
40
+ <testcase classname="Working with the blocks Renaming costume with a special character should not break toolbox" name="Working with the blocks Renaming costume with a special character should not break toolbox" time="4.443">
41
41
  </testcase>
42
- <testcase classname="Working with the blocks Adding costumes DOES update the default costume name in the toolbox" name="Working with the blocks Adding costumes DOES update the default costume name in the toolbox" time="4.422">
42
+ <testcase classname="Working with the blocks Adding costumes DOES update the default costume name in the toolbox" name="Working with the blocks Adding costumes DOES update the default costume name in the toolbox" time="4.402">
43
43
  </testcase>
44
- <testcase classname="Working with the blocks Adding a sound DOES update the default sound name in the toolbox" name="Working with the blocks Adding a sound DOES update the default sound name in the toolbox" time="3.752">
44
+ <testcase classname="Working with the blocks Adding a sound DOES update the default sound name in the toolbox" name="Working with the blocks Adding a sound DOES update the default sound name in the toolbox" time="4.195">
45
45
  </testcase>
46
- <testcase classname="Working with the blocks &quot;See inside&quot; after being on project page re-initializing variables" name="Working with the blocks &quot;See inside&quot; after being on project page re-initializing variables" time="6.111">
46
+ <testcase classname="Working with the blocks &quot;See inside&quot; after being on project page re-initializing variables" name="Working with the blocks &quot;See inside&quot; after being on project page re-initializing variables" time="6.206">
47
47
  </testcase>
48
- <testcase classname="Working with the blocks Creating variables after adding extensions updates the toolbox" name="Working with the blocks Creating variables after adding extensions updates the toolbox" time="4.095">
48
+ <testcase classname="Working with the blocks Creating variables after adding extensions updates the toolbox" name="Working with the blocks Creating variables after adding extensions updates the toolbox" time="4.014">
49
49
  </testcase>
50
- <testcase classname="Working with the blocks Use variable blocks after switching languages" name="Working with the blocks Use variable blocks after switching languages" time="5.255">
50
+ <testcase classname="Working with the blocks Use variable blocks after switching languages" name="Working with the blocks Use variable blocks after switching languages" time="5.018">
51
51
  </testcase>
52
52
  </testsuite>
53
- <testsuite name="Menu bar settings" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:10:21" time="32.894" tests="13">
54
- <testcase classname="Menu bar settings File-&gt;New should be enabled" name="Menu bar settings File-&gt;New should be enabled" time="4.767">
53
+ <testsuite name="Menu bar settings" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:49:20" time="32.794" tests="13">
54
+ <testcase classname="Menu bar settings File-&gt;New should be enabled" name="Menu bar settings File-&gt;New should be enabled" time="4.737">
55
55
  </testcase>
56
- <testcase classname="Menu bar settings File-&gt;Load should be enabled" name="Menu bar settings File-&gt;Load should be enabled" time="1.838">
56
+ <testcase classname="Menu bar settings File-&gt;Load should be enabled" name="Menu bar settings File-&gt;Load should be enabled" time="1.984">
57
57
  </testcase>
58
- <testcase classname="Menu bar settings File-&gt;Save should be enabled" name="Menu bar settings File-&gt;Save should be enabled" time="1.667">
58
+ <testcase classname="Menu bar settings File-&gt;Save should be enabled" name="Menu bar settings File-&gt;Save should be enabled" time="1.492">
59
59
  </testcase>
60
- <testcase classname="Menu bar settings Share button should NOT be enabled" name="Menu bar settings Share button should NOT be enabled" time="1.5">
60
+ <testcase classname="Menu bar settings Share button should NOT be enabled" name="Menu bar settings Share button should NOT be enabled" time="1.495">
61
61
  </testcase>
62
- <testcase classname="Menu bar settings Logo should be clickable" name="Menu bar settings Logo should be clickable" time="2.853">
62
+ <testcase classname="Menu bar settings Logo should be clickable" name="Menu bar settings Logo should be clickable" time="2.86">
63
63
  </testcase>
64
- <testcase classname="Menu bar settings (GH#4064) Project name should be editable" name="Menu bar settings (GH#4064) Project name should be editable" time="4.521">
64
+ <testcase classname="Menu bar settings (GH#4064) Project name should be editable" name="Menu bar settings (GH#4064) Project name should be editable" time="4.589">
65
65
  </testcase>
66
- <testcase classname="Menu bar settings User is not warned before uploading project file over a fresh project" name="Menu bar settings User is not warned before uploading project file over a fresh project" time="2.739">
66
+ <testcase classname="Menu bar settings User is not warned before uploading project file over a fresh project" name="Menu bar settings User is not warned before uploading project file over a fresh project" time="2.539">
67
67
  </testcase>
68
- <testcase classname="Menu bar settings User is warned before uploading project file over an edited project" name="Menu bar settings User is warned before uploading project file over an edited project" time="2.832">
68
+ <testcase classname="Menu bar settings User is warned before uploading project file over an edited project" name="Menu bar settings User is warned before uploading project file over an edited project" time="2.927">
69
69
  </testcase>
70
- <testcase classname="Menu bar settings Theme picker shows themes" name="Menu bar settings Theme picker shows themes" time="1.881">
70
+ <testcase classname="Menu bar settings Theme picker shows themes" name="Menu bar settings Theme picker shows themes" time="1.988">
71
71
  </testcase>
72
- <testcase classname="Menu bar settings Theme picker switches to high contrast" name="Menu bar settings Theme picker switches to high contrast" time="2.22">
72
+ <testcase classname="Menu bar settings Theme picker switches to high contrast" name="Menu bar settings Theme picker switches to high contrast" time="2.051">
73
73
  </testcase>
74
- <testcase classname="Menu bar settings Settings menu switches between submenus" name="Menu bar settings Settings menu switches between submenus" time="2.01">
74
+ <testcase classname="Menu bar settings Settings menu switches between submenus" name="Menu bar settings Settings menu switches between submenus" time="2.047">
75
75
  </testcase>
76
- <testcase classname="Menu bar settings Menu labels hidden when width is equal to 1024" name="Menu bar settings Menu labels hidden when width is equal to 1024" time="1.65">
76
+ <testcase classname="Menu bar settings Menu labels hidden when width is equal to 1024" name="Menu bar settings Menu labels hidden when width is equal to 1024" time="1.955">
77
77
  </testcase>
78
- <testcase classname="Menu bar settings Menu labels shown when width is greater than 1024" name="Menu bar settings Menu labels shown when width is greater than 1024" time="2.004">
78
+ <testcase classname="Menu bar settings Menu labels shown when width is greater than 1024" name="Menu bar settings Menu labels shown when width is greater than 1024" time="1.829">
79
79
  </testcase>
80
80
  </testsuite>
81
- <testsuite name="Working with sprites" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:09:30" time="88.581" tests="19">
82
- <testcase classname="Working with sprites Adding a sprite through the library" name="Working with sprites Adding a sprite through the library" time="20.762">
81
+ <testsuite name="Working with sprites" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:48:29" time="89.062" tests="19">
82
+ <testcase classname="Working with sprites Adding a sprite through the library" name="Working with sprites Adding a sprite through the library" time="21.218">
83
83
  </testcase>
84
- <testcase classname="Working with sprites Adding a sprite by surprise button" name="Working with sprites Adding a sprite by surprise button" time="3.124">
84
+ <testcase classname="Working with sprites Adding a sprite by surprise button" name="Working with sprites Adding a sprite by surprise button" time="3.283">
85
85
  </testcase>
86
- <testcase classname="Working with sprites Adding a sprite by paint button" name="Working with sprites Adding a sprite by paint button" time="3.233">
86
+ <testcase classname="Working with sprites Adding a sprite by paint button" name="Working with sprites Adding a sprite by paint button" time="3.196">
87
87
  </testcase>
88
- <testcase classname="Working with sprites Deleting only sprite does not crash" name="Working with sprites Deleting only sprite does not crash" time="4.437">
88
+ <testcase classname="Working with sprites Deleting only sprite does not crash" name="Working with sprites Deleting only sprite does not crash" time="3.732">
89
89
  </testcase>
90
- <testcase classname="Working with sprites Deleting by x button on sprite tile" name="Working with sprites Deleting by x button on sprite tile" time="3.691">
90
+ <testcase classname="Working with sprites Deleting by x button on sprite tile" name="Working with sprites Deleting by x button on sprite tile" time="3.358">
91
91
  </testcase>
92
- <testcase classname="Working with sprites Adding a sprite by uploading a png" name="Working with sprites Adding a sprite by uploading a png" time="3.3">
92
+ <testcase classname="Working with sprites Adding a sprite by uploading a png" name="Working with sprites Adding a sprite by uploading a png" time="3.313">
93
93
  </testcase>
94
- <testcase classname="Working with sprites Adding a sprite by uploading an svg (gh-3608)" name="Working with sprites Adding a sprite by uploading an svg (gh-3608)" time="3.834">
94
+ <testcase classname="Working with sprites Adding a sprite by uploading an svg (gh-3608)" name="Working with sprites Adding a sprite by uploading an svg (gh-3608)" time="3.794">
95
95
  </testcase>
96
- <testcase classname="Working with sprites Adding a sprite by uploading a gif" name="Working with sprites Adding a sprite by uploading a gif" time="3.144">
96
+ <testcase classname="Working with sprites Adding a sprite by uploading a gif" name="Working with sprites Adding a sprite by uploading a gif" time="3.37">
97
97
  </testcase>
98
- <testcase classname="Working with sprites Adding a letter sprite through the Letters filter in the library" name="Working with sprites Adding a letter sprite through the Letters filter in the library" time="6.804">
98
+ <testcase classname="Working with sprites Adding a letter sprite through the Letters filter in the library" name="Working with sprites Adding a letter sprite through the Letters filter in the library" time="6.874">
99
99
  </testcase>
100
- <testcase classname="Working with sprites Use browser back button to close library" name="Working with sprites Use browser back button to close library" time="7.274">
100
+ <testcase classname="Working with sprites Use browser back button to close library" name="Working with sprites Use browser back button to close library" time="7.309">
101
101
  </testcase>
102
- <testcase classname="Working with sprites Adding multiple sprites at the same time" name="Working with sprites Adding multiple sprites at the same time" time="3.194">
102
+ <testcase classname="Working with sprites Adding multiple sprites at the same time" name="Working with sprites Adding multiple sprites at the same time" time="3.527">
103
103
  </testcase>
104
- <testcase classname="Working with sprites Load a sprite3 with a missing svg costume" name="Working with sprites Load a sprite3 with a missing svg costume" time="3.835">
104
+ <testcase classname="Working with sprites Load a sprite3 with a missing svg costume" name="Working with sprites Load a sprite3 with a missing svg costume" time="3.824">
105
105
  </testcase>
106
- <testcase classname="Working with sprites Load a sprite3 with a currupt svg costume" name="Working with sprites Load a sprite3 with a currupt svg costume" time="2.737">
106
+ <testcase classname="Working with sprites Load a sprite3 with a currupt svg costume" name="Working with sprites Load a sprite3 with a currupt svg costume" time="2.692">
107
107
  </testcase>
108
- <testcase classname="Working with sprites Load a scratch3 corrupt svg as a sprite" name="Working with sprites Load a scratch3 corrupt svg as a sprite" time="2.876">
108
+ <testcase classname="Working with sprites Load a scratch3 corrupt svg as a sprite" name="Working with sprites Load a scratch3 corrupt svg as a sprite" time="3.4">
109
109
  </testcase>
110
- <testcase classname="Working with sprites Load a sprite2 with a missing svg costume" name="Working with sprites Load a sprite2 with a missing svg costume" time="3.858">
110
+ <testcase classname="Working with sprites Load a sprite2 with a missing svg costume" name="Working with sprites Load a sprite2 with a missing svg costume" time="3.833">
111
111
  </testcase>
112
- <testcase classname="Working with sprites Load a sprite2 with a currupt svg costume" name="Working with sprites Load a sprite2 with a currupt svg costume" time="2.742">
112
+ <testcase classname="Working with sprites Load a sprite2 with a currupt svg costume" name="Working with sprites Load a sprite2 with a currupt svg costume" time="2.361">
113
113
  </testcase>
114
- <testcase classname="Working with sprites Load a corrupt scratch2 svg as a sprite" name="Working with sprites Load a corrupt scratch2 svg as a sprite" time="2.216">
114
+ <testcase classname="Working with sprites Load a corrupt scratch2 svg as a sprite" name="Working with sprites Load a corrupt scratch2 svg as a sprite" time="2.349">
115
115
  </testcase>
116
- <testcase classname="Working with sprites Load a sprite3 with a missing bmp costume" name="Working with sprites Load a sprite3 with a missing bmp costume" time="3.878">
116
+ <testcase classname="Working with sprites Load a sprite3 with a missing bmp costume" name="Working with sprites Load a sprite3 with a missing bmp costume" time="3.84">
117
117
  </testcase>
118
- <testcase classname="Working with sprites Load a sprite3 with a currupt bmp costume" name="Working with sprites Load a sprite3 with a currupt bmp costume" time="2.63">
118
+ <testcase classname="Working with sprites Load a sprite3 with a currupt bmp costume" name="Working with sprites Load a sprite3 with a currupt bmp costume" time="2.804">
119
119
  </testcase>
120
120
  </testsuite>
121
- <testsuite name="Loading scratch gui" errors="0" failures="0" skipped="4" timestamp="2025-10-29T05:10:54" time="6.831" tests="6">
122
- <testcase classname="Loading scratch gui Loading projects by ID Nonexistent projects show error screen" name="Loading scratch gui Loading projects by ID Nonexistent projects show error screen" time="4.156">
121
+ <testsuite name="Loading scratch gui" errors="0" failures="0" skipped="4" timestamp="2025-11-02T05:49:53" time="7.262" tests="6">
122
+ <testcase classname="Loading scratch gui Loading projects by ID Nonexistent projects show error screen" name="Loading scratch gui Loading projects by ID Nonexistent projects show error screen" time="4.425">
123
123
  </testcase>
124
124
  <testcase classname="Loading scratch gui Loading projects by ID Load a project by ID directly through url" name="Loading scratch gui Loading projects by ID Load a project by ID directly through url" time="0">
125
125
  <skipped/>
@@ -130,121 +130,121 @@
130
130
  <testcase classname="Loading scratch gui Loading projects by ID Creating new project resets active tab to Code tab" name="Loading scratch gui Loading projects by ID Creating new project resets active tab to Code tab" time="0">
131
131
  <skipped/>
132
132
  </testcase>
133
- <testcase classname="Loading scratch gui Loading projects by ID Not logged in-&gt;made no changes to project-&gt;create new project should not show alert" name="Loading scratch gui Loading projects by ID Not logged in-&gt;made no changes to project-&gt;create new project should not show alert" time="2.479">
133
+ <testcase classname="Loading scratch gui Loading projects by ID Not logged in-&gt;made no changes to project-&gt;create new project should not show alert" name="Loading scratch gui Loading projects by ID Not logged in-&gt;made no changes to project-&gt;create new project should not show alert" time="2.582">
134
134
  </testcase>
135
135
  <testcase classname="Loading scratch gui Loading projects by ID Not logged in-&gt;made a change to project-&gt;create new project should show alert" name="Loading scratch gui Loading projects by ID Not logged in-&gt;made a change to project-&gt;create new project should show alert" time="0">
136
136
  <skipped/>
137
137
  </testcase>
138
138
  </testsuite>
139
- <testsuite name="Loading scratch gui" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:10:47" time="25.645" tests="8">
140
- <testcase classname="Loading scratch gui Loading project file from computer succeeds, without opening failure alert" name="Loading scratch gui Loading project file from computer succeeds, without opening failure alert" time="4.856">
139
+ <testsuite name="Working with costumes" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:48:29" time="103.682" tests="15">
140
+ <testcase classname="Working with costumes Adding a costume through the library" name="Working with costumes Adding a costume through the library" time="33.953">
141
141
  </testcase>
142
- <testcase classname="Loading scratch gui Loading project file from computer gives project the filename from file" name="Loading scratch gui Loading project file from computer gives project the filename from file" time="2.538">
142
+ <testcase classname="Working with costumes Adding a costume by surprise button" name="Working with costumes Adding a costume by surprise button" time="4.219">
143
143
  </testcase>
144
- <testcase classname="Loading scratch gui Load sb3 project with a missing svg costume" name="Loading scratch gui Load sb3 project with a missing svg costume" time="3.526">
144
+ <testcase classname="Working with costumes Adding a costume by paint button" name="Working with costumes Adding a costume by paint button" time="3.618">
145
145
  </testcase>
146
- <testcase classname="Loading scratch gui Load sb3 project with an invalid svg costume" name="Loading scratch gui Load sb3 project with an invalid svg costume" time="2.878">
146
+ <testcase classname="Working with costumes Duplicating a costume" name="Working with costumes Duplicating a costume" time="4.523">
147
147
  </testcase>
148
- <testcase classname="Loading scratch gui Load sb2 project with a missing svg costume" name="Loading scratch gui Load sb2 project with a missing svg costume" time="3.414">
148
+ <testcase classname="Working with costumes Converting bitmap/vector in paint editor" name="Working with costumes Converting bitmap/vector in paint editor" time="4.686">
149
149
  </testcase>
150
- <testcase classname="Loading scratch gui Load sb2 project with an invalid svg costume" name="Loading scratch gui Load sb2 project with an invalid svg costume" time="2.546">
150
+ <testcase classname="Working with costumes Undo/redo in the paint editor" name="Working with costumes Undo/redo in the paint editor" time="3.462">
151
151
  </testcase>
152
- <testcase classname="Loading scratch gui Load sb3 project with a missing bmp costume" name="Loading scratch gui Load sb3 project with a missing bmp costume" time="3.483">
152
+ <testcase classname="Working with costumes Adding an svg from file" name="Working with costumes Adding an svg from file" time="3.255">
153
153
  </testcase>
154
- <testcase classname="Loading scratch gui Load sb3 project with an invalid bmp costume" name="Loading scratch gui Load sb3 project with an invalid bmp costume" time="2.128">
154
+ <testcase classname="Working with costumes Adding a png from file (gh-3582)" name="Working with costumes Adding a png from file (gh-3582)" time="2.911">
155
155
  </testcase>
156
- </testsuite>
157
- <testsuite name="player example" errors="0" failures="0" skipped="3" timestamp="2025-10-29T05:11:13" time="1.314" tests="3">
158
- <testcase classname="player example Player: load a project by ID" name="player example Player: load a project by ID" time="0">
159
- <skipped/>
156
+ <testcase classname="Working with costumes Adding a bmp from file" name="Working with costumes Adding a bmp from file" time="2.984">
160
157
  </testcase>
161
- <testcase classname="blocks example Blocks: load a project by ID" name="blocks example Blocks: load a project by ID" time="0">
162
- <skipped/>
158
+ <testcase classname="Working with costumes Adding several costumes with a gif" name="Working with costumes Adding several costumes with a gif" time="2.69">
163
159
  </testcase>
164
- <testcase classname="blocks example Change categories" name="blocks example Change categories" time="0">
165
- <skipped/>
160
+ <testcase classname="Working with costumes Adding a letter costume through the Letters filter in the library" name="Working with costumes Adding a letter costume through the Letters filter in the library" time="18.166">
166
161
  </testcase>
167
- </testsuite>
168
- <testsuite name="Working with backdrops" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:11:01" time="16.15" tests="4">
169
- <testcase classname="Working with backdrops Adding a backdrop from the library should not switch to stage" name="Working with backdrops Adding a backdrop from the library should not switch to stage" time="7.476">
162
+ <testcase classname="Working with costumes Costumes animate on mouseover" name="Working with costumes Costumes animate on mouseover" time="7.81">
170
163
  </testcase>
171
- <testcase classname="Working with backdrops Adding backdrop via paint should switch to stage" name="Working with backdrops Adding backdrop via paint should switch to stage" time="2.475">
164
+ <testcase classname="Working with costumes Adding multiple costumes at the same time" name="Working with costumes Adding multiple costumes at the same time" time="4.225">
172
165
  </testcase>
173
- <testcase classname="Working with backdrops Adding backdrop via surprise should not switch to stage" name="Working with backdrops Adding backdrop via surprise should not switch to stage" time="3.288">
166
+ <testcase classname="Working with costumes Load an invalid svg from scratch3 as costume" name="Working with costumes Load an invalid svg from scratch3 as costume" time="3.297">
174
167
  </testcase>
175
- <testcase classname="Working with backdrops Adding multiple backdrops from file should switch to stage" name="Working with backdrops Adding multiple backdrops from file should switch to stage" time="2.685">
168
+ <testcase classname="Working with costumes Load an invalid svg from scratch2 as costume" name="Working with costumes Load an invalid svg from scratch2 as costume" time="2.959">
176
169
  </testcase>
177
170
  </testsuite>
178
- <testsuite name="Working with costumes" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:09:30" time="107.905" tests="15">
179
- <testcase classname="Working with costumes Adding a costume through the library" name="Working with costumes Adding a costume through the library" time="33.967">
171
+ <testsuite name="player example" errors="0" failures="0" skipped="3" timestamp="2025-11-02T05:50:13" time="1.262" tests="3">
172
+ <testcase classname="player example Player: load a project by ID" name="player example Player: load a project by ID" time="0">
173
+ <skipped/>
180
174
  </testcase>
181
- <testcase classname="Working with costumes Adding a costume by surprise button" name="Working with costumes Adding a costume by surprise button" time="3.994">
175
+ <testcase classname="blocks example Blocks: load a project by ID" name="blocks example Blocks: load a project by ID" time="0">
176
+ <skipped/>
182
177
  </testcase>
183
- <testcase classname="Working with costumes Adding a costume by paint button" name="Working with costumes Adding a costume by paint button" time="3.6">
178
+ <testcase classname="blocks example Change categories" name="blocks example Change categories" time="0">
179
+ <skipped/>
184
180
  </testcase>
185
- <testcase classname="Working with costumes Duplicating a costume" name="Working with costumes Duplicating a costume" time="4.393">
181
+ </testsuite>
182
+ <testsuite name="Loading scratch gui" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:49:49" time="26.093" tests="8">
183
+ <testcase classname="Loading scratch gui Loading project file from computer succeeds, without opening failure alert" name="Loading scratch gui Loading project file from computer succeeds, without opening failure alert" time="5.238">
186
184
  </testcase>
187
- <testcase classname="Working with costumes Converting bitmap/vector in paint editor" name="Working with costumes Converting bitmap/vector in paint editor" time="4.549">
185
+ <testcase classname="Loading scratch gui Loading project file from computer gives project the filename from file" name="Loading scratch gui Loading project file from computer gives project the filename from file" time="2.584">
188
186
  </testcase>
189
- <testcase classname="Working with costumes Undo/redo in the paint editor" name="Working with costumes Undo/redo in the paint editor" time="3.314">
187
+ <testcase classname="Loading scratch gui Load sb3 project with a missing svg costume" name="Loading scratch gui Load sb3 project with a missing svg costume" time="3.878">
190
188
  </testcase>
191
- <testcase classname="Working with costumes Adding an svg from file" name="Working with costumes Adding an svg from file" time="2.987">
189
+ <testcase classname="Loading scratch gui Load sb3 project with an invalid svg costume" name="Loading scratch gui Load sb3 project with an invalid svg costume" time="2.127">
192
190
  </testcase>
193
- <testcase classname="Working with costumes Adding a png from file (gh-3582)" name="Working with costumes Adding a png from file (gh-3582)" time="3.115">
191
+ <testcase classname="Loading scratch gui Load sb2 project with a missing svg costume" name="Loading scratch gui Load sb2 project with a missing svg costume" time="3.879">
194
192
  </testcase>
195
- <testcase classname="Working with costumes Adding a bmp from file" name="Working with costumes Adding a bmp from file" time="3.004">
193
+ <testcase classname="Loading scratch gui Load sb2 project with an invalid svg costume" name="Loading scratch gui Load sb2 project with an invalid svg costume" time="2.322">
196
194
  </testcase>
197
- <testcase classname="Working with costumes Adding several costumes with a gif" name="Working with costumes Adding several costumes with a gif" time="2.801">
195
+ <testcase classname="Loading scratch gui Load sb3 project with a missing bmp costume" name="Loading scratch gui Load sb3 project with a missing bmp costume" time="3.284">
198
196
  </testcase>
199
- <testcase classname="Working with costumes Adding a letter costume through the Letters filter in the library" name="Working with costumes Adding a letter costume through the Letters filter in the library" time="19.346">
197
+ <testcase classname="Loading scratch gui Load sb3 project with an invalid bmp costume" name="Loading scratch gui Load sb3 project with an invalid bmp costume" time="2.491">
200
198
  </testcase>
201
- <testcase classname="Working with costumes Costumes animate on mouseover" name="Working with costumes Costumes animate on mouseover" time="11.732">
199
+ </testsuite>
200
+ <testsuite name="Working with backdrops" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:50:01" time="16.353" tests="4">
201
+ <testcase classname="Working with backdrops Adding a backdrop from the library should not switch to stage" name="Working with backdrops Adding a backdrop from the library should not switch to stage" time="7.381">
202
202
  </testcase>
203
- <testcase classname="Working with costumes Adding multiple costumes at the same time" name="Working with costumes Adding multiple costumes at the same time" time="4.103">
203
+ <testcase classname="Working with backdrops Adding backdrop via paint should switch to stage" name="Working with backdrops Adding backdrop via paint should switch to stage" time="2.544">
204
204
  </testcase>
205
- <testcase classname="Working with costumes Load an invalid svg from scratch3 as costume" name="Working with costumes Load an invalid svg from scratch3 as costume" time="3.351">
205
+ <testcase classname="Working with backdrops Adding backdrop via surprise should not switch to stage" name="Working with backdrops Adding backdrop via surprise should not switch to stage" time="3.032">
206
206
  </testcase>
207
- <testcase classname="Working with costumes Load an invalid svg from scratch2 as costume" name="Working with costumes Load an invalid svg from scratch2 as costume" time="2.682">
207
+ <testcase classname="Working with backdrops Adding multiple backdrops from file should switch to stage" name="Working with backdrops Adding multiple backdrops from file should switch to stage" time="3.204">
208
208
  </testcase>
209
209
  </testsuite>
210
- <testsuite name="Localization" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:10:59" time="23.711" tests="4">
211
- <testcase classname="Localization Switching languages" name="Localization Switching languages" time="12.762">
210
+ <testsuite name="Project state" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:50:16" time="6.649" tests="1">
211
+ <testcase classname="Project state File-&gt;New resets project title" name="Project state File-&gt;New resets project title" time="6.473">
212
212
  </testcase>
213
- <testcase classname="Localization Loading with locale shows correct blocks" name="Localization Loading with locale shows correct blocks" time="3.443">
213
+ </testsuite>
214
+ <testsuite name="Localization" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:49:59" time="23.976" tests="4">
215
+ <testcase classname="Localization Switching languages" name="Localization Switching languages" time="12.618">
214
216
  </testcase>
215
- <testcase classname="Localization Loading with locale shows correct translation for string length block parameter" name="Localization Loading with locale shows correct translation for string length block parameter" time="3.606">
217
+ <testcase classname="Localization Loading with locale shows correct blocks" name="Localization Loading with locale shows correct blocks" time="3.283">
216
218
  </testcase>
217
- <testcase classname="Localization Monitor labels update on locale change" name="Localization Monitor labels update on locale change" time="3.445">
219
+ <testcase classname="Localization Loading with locale shows correct translation for string length block parameter" name="Localization Loading with locale shows correct translation for string length block parameter" time="4.079">
218
220
  </testcase>
219
- </testsuite>
220
- <testsuite name="Project state" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:11:17" time="6.678" tests="1">
221
- <testcase classname="Project state File-&gt;New resets project title" name="Project state File-&gt;New resets project title" time="6.529">
221
+ <testcase classname="Localization Monitor labels update on locale change" name="Localization Monitor labels update on locale change" time="3.63">
222
222
  </testcase>
223
223
  </testsuite>
224
- <testsuite name="Hardware extension connection modal" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:11:15" time="9.959" tests="2">
225
- <testcase classname="Hardware extension connection modal Message saying Scratch Link is unavailable (BLE)" name="Hardware extension connection modal Message saying Scratch Link is unavailable (BLE)" time="6.428">
224
+ <testsuite name="Working with the how-to library" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:50:17" time="7.34" tests="2">
225
+ <testcase classname="Working with the how-to library Backpack is &quot;Coming Soon&quot; without backpack host param" name="Working with the how-to library Backpack is &quot;Coming Soon&quot; without backpack host param" time="4.529">
226
226
  </testcase>
227
- <testcase classname="Hardware extension connection modal Message saying Scratch Link is unavailable (BT)" name="Hardware extension connection modal Message saying Scratch Link is unavailable (BT)" time="3.409">
227
+ <testcase classname="Working with the how-to library Backpack can be expanded with backpack host param" name="Working with the how-to library Backpack can be expanded with backpack host param" time="2.656">
228
228
  </testcase>
229
229
  </testsuite>
230
- <testsuite name="Working with the how-to library" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:11:18" time="7.295" tests="2">
231
- <testcase classname="Working with the how-to library Backpack is &quot;Coming Soon&quot; without backpack host param" name="Working with the how-to library Backpack is &quot;Coming Soon&quot; without backpack host param" time="4.715">
230
+ <testsuite name="Hardware extension connection modal" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:50:15" time="10.421" tests="2">
231
+ <testcase classname="Hardware extension connection modal Message saying Scratch Link is unavailable (BLE)" name="Hardware extension connection modal Message saying Scratch Link is unavailable (BLE)" time="6.693">
232
232
  </testcase>
233
- <testcase classname="Working with the how-to library Backpack can be expanded with backpack host param" name="Working with the how-to library Backpack can be expanded with backpack host param" time="2.39">
233
+ <testcase classname="Hardware extension connection modal Message saying Scratch Link is unavailable (BT)" name="Hardware extension connection modal Message saying Scratch Link is unavailable (BT)" time="3.531">
234
234
  </testcase>
235
235
  </testsuite>
236
- <testsuite name="Loading scratch gui" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:11:23" time="5.626" tests="1">
237
- <testcase classname="Loading scratch gui Switching small/large stage after highlighting and deleting sprite" name="Loading scratch gui Switching small/large stage after highlighting and deleting sprite" time="5.424">
236
+ <testsuite name="Loading scratch gui" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:50:22" time="5.875" tests="1">
237
+ <testcase classname="Loading scratch gui Switching small/large stage after highlighting and deleting sprite" name="Loading scratch gui Switching small/large stage after highlighting and deleting sprite" time="5.681">
238
238
  </testcase>
239
239
  </testsuite>
240
- <testsuite name="Working with the how-to library" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:11:25" time="4.354" tests="1">
241
- <testcase classname="Working with the how-to library Choosing a how-to" name="Working with the how-to library Choosing a how-to" time="4.216">
240
+ <testsuite name="Working with the how-to library" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:50:24" time="4.292" tests="1">
241
+ <testcase classname="Working with the how-to library Choosing a how-to" name="Working with the how-to library Choosing a how-to" time="4.177">
242
242
  </testcase>
243
243
  </testsuite>
244
- <testsuite name="Working with shortcut to Tutorials library" errors="0" failures="0" skipped="0" timestamp="2025-10-29T05:11:24" time="5.801" tests="2">
245
- <testcase classname="Working with shortcut to Tutorials library opens with the Tutorial Library showing" name="Working with shortcut to Tutorials library opens with the Tutorial Library showing" time="4.27">
244
+ <testsuite name="Working with shortcut to Tutorials library" errors="0" failures="0" skipped="0" timestamp="2025-11-02T05:50:23" time="5.948" tests="2">
245
+ <testcase classname="Working with shortcut to Tutorials library opens with the Tutorial Library showing" name="Working with shortcut to Tutorials library opens with the Tutorial Library showing" time="4.243">
246
246
  </testcase>
247
- <testcase classname="Working with shortcut to Tutorials library can open hidden tutorials" name="Working with shortcut to Tutorials library can open hidden tutorials" time="1.403">
247
+ <testcase classname="Working with shortcut to Tutorials library can open hidden tutorials" name="Working with shortcut to Tutorials library can open hidden tutorials" time="1.493">
248
248
  </testcase>
249
249
  </testsuite>
250
250
  </testsuites>