Skip to content

Commit 09a8d05

Browse files
Added links and text improvements.
1 parent 3345348 commit 09a8d05

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

docs/src/docs/execution/test-controller.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ CONTROL.collectAssertions(() -> {
1616
});
1717
----
1818

19+
See <<#_collected_assertions_2, here>> how collected assertions are presented in Report-NG.
20+
1921
== Optional assertions
2022

2123
Optional asserts do not let the test fail, but the assertion message will be added to the log with loglevel `WARN` and will result in an minor failure aspect.
@@ -29,6 +31,8 @@ CONTROL.optionalAssertions(() -> {
2931
});
3032
----
3133

34+
See <<#_optional_assertions_2, here>> how optional assertions are presented in Report-NG.
35+
3236
== Change internal timeout
3337

3438
To change the timeout for internal assertions, you can override it for a specified block.

docs/src/docs/modules/layout-check.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ When you have configured the reference screenshots location and implemented the
8080
to enable taking automatically screenshots based on the current browser and size configuration and storing them to the reference image's location.
8181

8282
WARNING: All concrete distance values in this {layoutcheck_takereference}-mode will return `0` (zero) and always pass the tests.
83+
84+
== Reporting
85+
86+
Report-NG provides a good presentation of the results of layout checks. See <<#_layout_checks, here>> for more details.

docs/src/docs/reports/assertions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ image::report-ng-20.png[align="center", alt="Assert Collector Steps"]
1414

1515
== Optional assertions
1616

17-
When <<#_optional__collected_assertions, Optional assertions>> fail, the test will also be fully executed and will be marked as passed.
17+
When <<#_optional_assertions, Optional assertions>> fail, the test will also be fully executed and will be marked as passed.
1818

1919
image::report-ng-21.png[align="center", alt="Optional Assert Pass"]
2020
image::report-ng-17.png[align="center", alt="Optional Assert Details"]

docs/src/docs/reports/failure-aspects.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ For this the Failure Aspect View was designed.
66

77
image::report-ng-11.png[align="center", alt="Failure Aspect View"]
88

9-
It comes with a filter as well and shows the most severe problems on the top and the number of tests that they caused to fail.
9+
It comes with a filter as well and shows the most occurred problems on the top with the number of tests that they caused to fail.
1010

0 commit comments

Comments
 (0)