|
7 | 7 | "expected_output": "A single HTML file that loads the SDK from CDN, calls initLicense, creates CameraView + CameraEnhancer + CaptureVisionRouter, adds a result receiver and dedup filter, appends the camera UI to a container div, opens the camera, and starts capturing.", |
8 | 8 | "files": [], |
9 | 9 | "expectations": [ |
10 | | - "Loads SDK via CDN script tag: dynamsoft-barcode-reader-bundle@11.4.2001/dist/dbr.bundle.js", |
| 10 | + "Loads SDK via CDN script tag: dynamsoft-barcode-reader-bundle@11.4.3000/dist/dbr.bundle.js", |
11 | 11 | "Calls Dynamsoft.License.LicenseManager.initLicense() with a license key", |
12 | 12 | "Creates CameraView via Dynamsoft.DCE.CameraView.createInstance()", |
13 | 13 | "Creates CameraEnhancer via Dynamsoft.DCE.CameraEnhancer.createInstance(cameraView)", |
|
27 | 27 | "expected_output": "A single HTML file with a file input, that loads the SDK from CDN, calls initLicense, creates a CaptureVisionRouter, captures from the selected file using ReadBarcodes_ReadRateFirst, and displays results.", |
28 | 28 | "files": [], |
29 | 29 | "expectations": [ |
30 | | - "Loads SDK via CDN script tag: dynamsoft-barcode-reader-bundle@11.4.2001/dist/dbr.bundle.js", |
| 30 | + "Loads SDK via CDN script tag: dynamsoft-barcode-reader-bundle@11.4.3000/dist/dbr.bundle.js", |
31 | 31 | "Calls Dynamsoft.License.LicenseManager.initLicense() with a license key", |
32 | 32 | "Has an <input type='file'> element", |
33 | 33 | "Creates CaptureVisionRouter once (not inside the event handler)", |
|
65 | 65 | "files": [], |
66 | 66 | "expectations": [ |
67 | 67 | "Uses <script type='module'>", |
68 | | - "Imports from 'https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.4.2001/dist/dbr.bundle.mjs'", |
| 68 | + "Imports from 'https://cdn.jsdelivr.net/npm/dynamsoft-barcode-reader-bundle@11.4.3000/dist/dbr.bundle.mjs'", |
69 | 69 | "Sets CoreModule.engineResourcePaths.rootDirectory = 'https://cdn.jsdelivr.net/npm/'", |
70 | 70 | "Calls LicenseManager.initLicense() with a license key", |
71 | 71 | "Creates CameraView, CameraEnhancer, CaptureVisionRouter instances", |
|
0 commit comments