mantoni / mochify.js

☕️ TDD with Browserify, Mocha, Headless Chrome and WebDriver
MIT License
346 stars 57 forks source link

Rewrite: Allow "external" mochify drivers #248

Closed mantoni closed 2 years ago

mantoni commented 3 years ago

Currently only the mochify drivers in this project can be used due to the way they are loaded.

We could allow using "external" drivers by try-catching module load errors in the require statement with our naming convention, and fall back to the provided driver name as is.