testaro 9.0.0 → 9.0.1
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
|
@@ -111,7 +111,7 @@ All of the tests that Testaro can perform are free of cost, except those in the
|
|
|
111
111
|
|
|
112
112
|
A _job_ is an object containing instructions for Testaro.
|
|
113
113
|
|
|
114
|
-
A _report_ is
|
|
114
|
+
A _report_ is a job with added properties describing the results from Testaro running the job.
|
|
115
115
|
|
|
116
116
|
### Jobs
|
|
117
117
|
|