canyon-project / canyon

👋 Canyon is a JavaScript code coverage solution
https://docs.canyonjs.org
MIT License
153 stars 13 forks source link

I want to know when this code was inserted. #3

Closed StrawberryHu closed 2 months ago

StrawberryHu commented 2 years ago

I have a front-end application that wants to use canyon. I want to know when to plug in the code.

zhangtao25 commented 2 years ago

Our plugin insert at build time and is usually used to auto ui testing or end-to-end testing. So please do not apply it to production, it will greatly increase the volume of your construction products.