File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -44,26 +44,39 @@ node browser_server.mjs
44442 . Note: Use Chrome (Safari * will not work* )
45453 . Run the test; verify result & library version
4646
47+ ### Microsoft 365 Check
48+
49+ 1 . Upload the full demo output from above to M365/Office/OneDrive.
50+ 2 . Use web viewer to validate file
51+
4752---
4853
4954## 📦 Node.js Tests
5055
5156** Purpose:** Validate functionality of CommonJS module in pure Node environments.
5257
53- 1 . Update version in: ` demos/node/package.json `
54- 2 . Run the following test commands:
58+ ### CLI Tests
59+
60+ Run the following test commands:
5561
5662``` bash
5763cd demos/node
5864npm install
5965npm run demo
6066npm run demo-all
61- npm run demo-text
62- npm run demo-stream
6367```
6468
65691 . Confirm console output and exported PPTX files are correct.
6670
71+ ### Stream Test
72+
73+ ``` bash
74+ npm run demo-stream
75+ ```
76+
77+ 1 . Confirm stream download PPTX file is correct.
78+ 2 . Open the [ Stream URL] ( http://192.168.254.x:3000/ ) on iPhone & test.
79+
6780---
6881
6982## ⚛️ Vite + TypeScript Tests
You can’t perform that action at this time.
0 commit comments