npm init -y
npm install testcafe --save-dev
npm i testcafe-reporter-html
npm install --save testcafe-reporter-cucumber-json --force
npm install --save-dev multiple-cucumber-html-reporter --force
npm install visual-check-testcafe --save-dev --force
npm i allure-commandline --save --force
npm install --save testcafe-reporter-allure-plus --force
npx testcafe chrome tests/ -e
npm run test