Merge pull request #76 from cse110-fa22-group29/sprint-2-homepage-integration

Sprint 2 homepage integration
This commit is contained in:
rheabhutada02
2022-11-20 13:48:29 -08:00
committed by GitHub
21 changed files with 1012 additions and 454 deletions

View File

@@ -0,0 +1,19 @@
# 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.