mocha-vite-puppeteer
mocha-vite-puppeteer copied to clipboard
Run your Mocha tests with Vite bundler and Puppeteer.
Only run tests impacted by changes to code / tests since last run. How can this be done?
i have custom transformer a vite plugin, is there any way i can add this or configure?
For example here: https://github.com/larsthorup/mocha-vite-puppeteer/blob/38cb0d88641858ca48c1c909f5247f43b3ee32e6/cli.js#L44
Hello. Just spent some time to set up a plain svelte-kit project with a simple mocha-vite-puppeteer test. This test runs through without problem with mocha-vite-puppeteer v1.x, but fails when switching...
I am getting these quite cryptic error message when trying your mocha runner and I assume it might be due to the file directory layout of my project. The relevant...
I'm trying to setup mochawesome to report the results, but I cannot get any output to be generated. I've tried the default script: `mocha-vite-puppeteer --reporter mochawesome` As well as specifying...
If custom mocharc files are supported, it would allow for a lot more flexibility in projects. It might also remove the need to explicitly support other cli options like reporter/reporter-options,...