Harsha509
Harsha5093mo ago

Running an npm-based Test Runner Using Deno?

Hi everyone, I’m attempting to run an npm package that acts as a test runner using Deno. I’ve followed the official Deno npm integration guide https://docs.deno.com/examples/npm/, but I’m struggling to get the configuration correctly. The test runner is designed for Node.js, and while Deno now supports npm packages, I’m not sure if there’s a specific way to run test tools built for Node.js in Deno directly. I’d appreciate any advice on how to set this up or any adjustments needed to get it configured. Thanks in advance!
2 Replies
marvinh.
marvinh.3mo ago
which test runner are you trying to use?
Harsha509
Harsha509OP3mo ago
WebdriverIO which has its internal testrunner

Did you find this page helpful?