Skip to content

Commit 74397c4

Browse files
committed
added new tests
1 parent a0fe992 commit 74397c4

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

TESTING.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,39 @@ node browser_server.mjs
4444
2. Note: Use Chrome (Safari *will not work*)
4545
3. 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
5763
cd demos/node
5864
npm install
5965
npm run demo
6066
npm run demo-all
61-
npm run demo-text
62-
npm run demo-stream
6367
```
6468

6569
1. 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

0 commit comments

Comments
 (0)