testaro 18.13.6 → 19.0.0
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 +3 -1
- package/continuum/AccessEngine.community.js +253 -224
- package/continuum/Continuum.community.js +1077 -28
- package/continuum/continuum.conf.js +20 -9
- package/package.json +1 -1
- package/run.js +1 -0
package/README.md
CHANGED
|
@@ -484,7 +484,9 @@ When a `test` act has an `expect` property, the result for that act has an `expe
|
|
|
484
484
|
|
|
485
485
|
###### Continuum
|
|
486
486
|
|
|
487
|
-
The `continuum` tool makes use of the files in the `continuum` directory. The tool inserts the contents of all three files into the page as scripts and then uses them to perform the tests.
|
|
487
|
+
The `continuum` tool makes use of the files in the `continuum` directory. The tool inserts the contents of all three files into the page as scripts and then uses them to perform the tests. The files for this tool are included in the repository of Testaro instead of the tool package being only referenced as a dependency because the files are not published for automatic download.
|
|
488
|
+
|
|
489
|
+
The files are used without modification, except for format modifications in the `continuum.conf.js` file.
|
|
488
490
|
|
|
489
491
|
Level Access on 22 August 2022 granted authorization for the copying of the `AccessEngine.community.js` file insofar as necessary for allowing Continuum community edition tests to be included in Testaro.
|
|
490
492
|
|