<div dir="ltr"><div dir="ltr"><div>Good morning,</div><div><br></div>> What do we do to test X3D ECMAScript SAI libraries on the server?<br>> I know I've discussed --headless for chrome.  That might work on the server,<br>> and it would maintain compatibility with client code.<br><br>You could try Puppeteer: not only is it headless Chrome, but it's literally made <br>for doing automated tests (e.g. in CI environments) via the DevTools protocol:<br><a href="https://www.npmjs.com/package/puppeteer">https://www.npmjs.com/package/puppeteer</a></div><div dir="ltr"><br></div><div>There is also Playwright, a recent fork of Puppeteer:<br></div><div dir="ltr"><a href="https://www.npmjs.com/package/playwright">https://www.npmjs.com/package/playwright</a><br><br><br>See you,<br>Cecile</div></div>