Skip to content

Commit 826c098

Browse files
Add instructions to the WebUSB and BLE release tests to load specific MakeCode URLs.
1 parent b9b2144 commit 826c098

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

docs/release-tests/ble-flashing.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ Three hex files needed:
2222

2323
Two mobile/tablet devices needed:
2424
- Android device with the micro:bit app installed.
25+
- To load a different MakeCode URL long touch the micro:bit logo in the
26+
app main screen and a modal will appear with the option change
2527
- iOS device with the micro:bit app installed.
28+
- TODO: Add instructions here to load a different MakeCode URL in iOS.
2629

2730
## Test 1: Full flashing with Bluetooth from "Out of Box" and "Meet the micro:bit"
2831

@@ -60,7 +63,7 @@ This test should be carried out with:
6063

6164
Steps:
6265
1. Follow steps from Test 1.
63-
2. Change the blocks in the MakeCode editor to something different
66+
2. Change the blocks in the MakeCode editor to do something different
6467
(e.g. display a different icon/message on the LED matrix).
6568
3. Click the "Download" button.
6669
4. Follow the connection instructions to connect the micro:bit via Bluetooth
@@ -87,5 +90,8 @@ Steps:
8790
)
8891
})
8992
```
90-
2. Open the micro:bit app and connect to the micro:bit.
91-
3. TODO: Rest of the instructions will be added soon.
93+
2. Open the micro:bit app, go to "My Programs".
94+
3. Tap on the "Fetch MY_DATA (V2 only)" button and follow the instructions
95+
to connect the micro:bit via Bluetooth.
96+
4. Verify that the data a table of Time, X and Y acceleration values
97+
is shown in the app.

docs/release-tests/webusb.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,18 +35,21 @@ Chrome-based browsers and operating systems:
3535
- Edge on Windows
3636
- MakeCode Offline App for Windows
3737
- https://makecode.microbit.org/offline-app
38+
- This app needs to be packaged with the version of MakeCode under test.
3839
- MakeCode Offline App for macOS
3940
- https://makecode.microbit.org/offline-app
41+
- This app needs to be packaged with the version of MakeCode under test.
4042
- MakeCode Windows Store App
4143
- https://apps.microsoft.com/detail/9nmqdq2xzkwk
44+
- To load MakeCode beta, type `/@beta` in the extension search box.
4245

4346
## Tests to run on all matrix variations
4447

4548
The following tests should be carried out with all combinations of the
4649
micro:bit boards, DAPLink versions, and browsers/apps listed in the
4750
"Test Matrix" section.
4851

49-
As these tests can be repeated multiple times in the same computer with
52+
As these tests can be repeated multiple times in the same browser/app with
5053
different micro:bit boards, when a test step indicates to create a new project,
5154
it is acceptable to use an existing project created in a previous test run.
5255

0 commit comments

Comments
 (0)