I try to run Testcafe runner.js file, but don't know how to run it. I know how to write a test and run it locally from the command line. I read the entire documentation in the testcafe and did not understand how to start the runner. Tried the command
node runner.js, but I get an error Error: Cannot find module '~/OtherTestcafeV2/runner.js'.
I read about runner here https://testcafe.io/documentation/402641/reference/testcafe-api/runner and https://testcafe.io/documentation/402640/reference/testcafe-api/testcafe but didn't understand what to do and how to launch it.
Please explain in detail. that is my project GitHub link