@checksum-ai/runtime 1.1.28 → 1.1.30
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/checksumlib.js +1215 -236
- package/cli.js +54 -54
- package/index.d.ts +16 -11
- package/index.js +38 -38
- package/package.json +1 -1
- package/test-run-monitor.js +7 -7
- package/vtg-build/asset-manifest.json +3 -3
- package/vtg-build/index.html +1 -1
- package/vtg-build/static/js/main.3c227c1e.js +103 -0
- package/vtg-build/static/js/main.3c227c1e.js.LICENSE.txt +118 -0
- package/vtg-build/static/js/main.3c227c1e.js.map +1 -0
- package/vtg-build/static/js/main.6342094c.js +103 -0
- package/vtg-build/static/js/main.6342094c.js.LICENSE.txt +118 -0
- package/vtg-build/static/js/main.6342094c.js.map +1 -0
- package/vtg-build/static/js/main.cbed16ea.js +103 -0
- package/vtg-build/static/js/main.cbed16ea.js.LICENSE.txt +118 -0
- package/vtg-build/static/js/main.cbed16ea.js.map +1 -0
- package/vtg-build/static/js/main.de80c141.js +103 -0
- package/vtg-build/static/js/main.de80c141.js.LICENSE.txt +118 -0
- package/vtg-build/static/js/main.de80c141.js.map +1 -0
package/README.md
CHANGED
|
@@ -325,7 +325,7 @@ interface ChecksumLocator extends Locator {
|
|
|
325
325
|
## CLI Commands
|
|
326
326
|
|
|
327
327
|
1. `init` - Initialize the Checksum directory and configurations.
|
|
328
|
-
2. `test` - Run Checksum tests. Accepts all [Playwright command line flags](https://playwright.dev/docs/test-cli). To override `checksum.config.ts`, pass full or partial JSON as a string, e.g., `--
|
|
328
|
+
2. `test` - Run Checksum tests. Accepts all [Playwright command line flags](https://playwright.dev/docs/test-cli). To override `checksum.config.ts`, pass full or partial JSON as a string, e.g., `--cksm-config='{"baseURL": "https://example.com"}'`.
|
|
329
329
|
3. `show-report` - Locally shows the latest test run HTML report. Only applicable following completion of a test run configured to output an HTML report.
|
|
330
330
|
|
|
331
331
|
## Running with GitHub Actions
|