Harsha509
Harsha5092mo 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.2mo ago
which test runner are you trying to use?
Harsha509
Harsha509OP2mo ago
WebdriverIO which has its internal testrunner