You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools/testing/icetea.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<h2id="icetea">Icetea test framework</h2>
2
2
3
-
Icetea is an automated testing framework for Mbed development. It automates the process of flashing Mbed boards, running tests and accumulating test results into reports. Developers use it for local development, as well as for automation in a Continuous Integration environment.
3
+
Icetea is an automated testing framework for Mbed development. It automates the process of flashing Mbed boards, running tests and accumulating test results into reports. Developers use it for local development, as well as automation in a Continuous Integration environment.
4
4
5
5
When testing Mbed OS, Icetea allows you to execute commands remotely by using the command-line interface in a device under test (DUT). The interface between the test framework and a DUT might be, for example, UART or stdio.
6
6
@@ -40,7 +40,7 @@ Icetea supports both Python 2.7 and 3.5, or later. Some OS specific prerequisite
40
40
41
41
#### Optional
42
42
43
-
If you wish to decorate your console log with colors, install the `coloredlogs` module by using pip: `pip install coloredlogs`. There have been issues with colored logs installation on Windows. There are no alternative solutions for this at the moment.
43
+
If you wish to decorate your console log with colors, install the `coloredlogs` module by using pip: `pip install coloredlogs`. There have been issues with `coloredlogs` installation on Windows. There are no alternative solutions for this at the moment.
44
44
45
45
### Installation
46
46
@@ -62,7 +62,7 @@ To print the Icetea version:
62
62
63
63
#### Typical use
64
64
65
-
All of the commands described below might also require other options, depending on the test case.
65
+
All of the commands described below might also require other commands, depending on the test case.
66
66
67
67
**Running test cases by using the `tc` argument**
68
68
@@ -74,7 +74,7 @@ To run all existing test cases from the `examples` folder:
74
74
75
75
**Running an example test case with hardware**
76
76
77
-
This example requires a compatible board connected to the computer and an application binary for the board. The referred test case is available in [the Icetea GitHub repository](https://github.com/ARMmbed/icetea/blob/master/examples/test_cmdline.py).
77
+
This example requires a compatible board connected to the computer and an application binary for the board. The test case below is available in [the Icetea GitHub repository](https://github.com/ARMmbed/icetea/blob/master/examples/test_cmdline.py).
78
78
79
79
`> icetea --tc test_cmdline --tcdir examples --type hardware --bin <path to a binary>`
0 commit comments