cypress

JavaScript
npm install cypress or npm install cypress --save-dev // Make sure that you have already run npm init

./node_modules/.bin/cypress open  //to open cypress window, will take 30 secsnpm install cypress                //takes about 3-5 minutes for entire process
./node_modules/.bin/cypress open   // just cypress run wont worknpm install cypress --save-dev 
./node_modules/.bin/cypress open
Source

Also in JavaScript: