Right now I'm using testcafe-blink-diff (ScreenCompare) to check UI, but right now need to run 3 command to run it (capture base, actual and compare base and actual , so in package.json in script, can we merge all 3 command in 1 keyword like this ?
"HomePage": "testcafe chrome tests/specs/HomePage.js
so we only need to call npm run HomePage, it will run all 3 command