ericblade / quagga2

An advanced barcode-scanner written in Javascript and TypeScript - Continuation from https://github.com/serratus/quaggajs
MIT License
766 stars 85 forks source link

panic: browser tests running in cypress are running node code #449

Closed ericblade closed 2 years ago

ericblade commented 2 years ago

omg this is terrible.

the 'browser' tests are running the node frame_grabber. this basically means i have no idea what's going on with the browser side code.

is everything using the node code? how does that even function? is it only a cypress problem? why do the results in cypress running node code have fewer errors than node running node code?

image_stream node code is also running in cypress.