File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ Three hex files needed:
2222
2323Two 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
6164Steps:
62651 . 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).
65683 . Click the "Download" button.
66694 . Follow the connection instructions to connect the micro: bit via Bluetooth
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.
Original file line number Diff line number Diff 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
4548The following tests should be carried out with all combinations of the
4649micro: 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
5053different micro: bit boards, when a test step indicates to create a new project,
5154it is acceptable to use an existing project created in a previous test run.
5255
You can’t perform that action at this time.
0 commit comments