cse110-fa22-group29/specs/adrs/111622-e2etesting-puppeteer.md
Arthur Lu d9c28096fd add e2e framework ADR
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
2022-11-16 17:41:45 -08:00

507 B

Use puppeteer for JS unit testing framework

  • Status: accept
  • Deciders: Arthur Lu, Marc Reta
  • Date: 11 / 16 / 22

Decision Drivers

  • Need end to end testing framework which runs headlessly and quickly
  • Framework should integrate well with Mocha, the existing unit testing framework
  • Framework should be easy to implement end to end tests with

Considered Options

  • puppeteer
  • selenium-webdriver

Decision Outcome

Chosen Option: Puppeteer for its ease of use with mocha.