testaro 33.0.1 → 33.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -608,7 +608,7 @@ When no string pertains to a module, then QualWeb will test for all of the rules
|
|
|
608
608
|
|
|
609
609
|
Thus, when the `rules` argument is omitted, QualWeb will test for all of the rules in all of these modules.
|
|
610
610
|
|
|
611
|
-
The target can be provided to QualWeb either as an existing page or as a URL. Experience indicates that the results can differ between these methods, with each method reporting some rule violations or some instances that the other method does not report.
|
|
611
|
+
The target can be provided to QualWeb either as an existing page or as a URL. Experience indicates that the results can differ between these methods, with each method reporting some rule violations or some instances that the other method does not report. For at least some cases, more rules are reported violated when an existing page is provided (`withNewItems: false`).
|
|
612
612
|
|
|
613
613
|
##### Testaro
|
|
614
614
|
|