Skip to content

Commit 6adfd03

Browse files
author
Alan Christie
committed
- Updated README
1 parent b75c2d0 commit 6adfd03

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,15 @@ of the number of test files and individual tests that were executed: -
7575
: Result: SUCCESS
7676
+----------------+
7777

78+
Fields in the summary should be self-explanatory but a couple might benefit
79+
from further explanation: -
80+
81+
- `Tests skipped` are the tests that were found but not executed.
82+
Normally these are the tests found during a _Container_ test
83+
that can't be run (because the test has no corresponding container image).
84+
- `Tests ignored` are test found that are not run because they have
85+
been marked for non-execution as the test name begins with `ignore_`.
86+
7887
### From here
7988
If you have working copies of all your pipeline repositories checked-out
8089
in the same directory as this repository you can execute all the tests

0 commit comments

Comments
 (0)