https://github.com/katalon-studio/testops-report-js
mocha directory
cd mocha && npm install && npm test
cypress directory
cd cypress && npm install && npm test
jasmine directory
cd jasmine && npm install && npm test
jest directory
cd jest && npm install && npm test
protractor directory
cd protractor && npm install && npm test
protractor-mocha directory
cd protractor-mocha && npm install && npm test