/test-automation-nodejs

NodeJS Test Automation Boilerplate

Primary LanguageHTML

Test Automation - NodeJS

Tools Used:

  • Microsoft Playwright (an alternative to Puppeteer)
  • Mocha + Chai
  • Mochawesome Report
cd test-automation-nodejs/ui
npm install
npm run test-chrome

Tools Used:

  • Mocha + Chai
  • Superagent
  • Lodash
  • Mochawesome Report
cd test-automation-nodejs/api
npm install
npm run test

Tools Used:

  • Artillery
cd test-automation-nodejs/perf
npm install
npm run test