mirror of
https://github.com/cse110-fa22-group29/cse110-fa22-group29.git
synced 2024-11-10 05:34:44 +00:00
add e2e framework ADR
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
7abc995ffe
commit
d9c28096fd
19
specs/adrs/111622-e2etesting-puppeteer.md
Normal file
19
specs/adrs/111622-e2etesting-puppeteer.md
Normal 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.
|
Loading…
Reference in New Issue
Block a user