Making video tutorial with TestCafe

Hello,

I am using GitHub - frappe/video: Node.js based library for automated video creation to make some videos on ERPNext.
However after few time script is not running and it also not showing and error on console.

Thanks,
Sam

1 Like

Great to see you making script videos. Please also contribute it.

Where exactly it gets stuck? On the login or on some specific element?

If it is at login, just try pinging file from the core.

./node_modules/.bin/testcafe chrome videos/stock/script_file.js

Thanks, now its working.