CYPRESS

Category
아이템: 
포스트 갯수2

자바스크립트 TDD 메모

By 미친병아리의 이글루스 | 2021년 7월 4일 | 
Test-Driven Development // Fun TDD Introduction with JavaScript Functional Testing- Unit Test- Integration Test- End-To-End Test Non-Functional Testing- Performance, Stress Testing- Usability- Security 100% code coverage is a myth- Unit Test : jest - npm install jest --save-dev- End-To-End Test : cypress - npm install cypress -D 나중에 개인적으로 사이드 프로젝트 할 때 함 적용해보기 위한 메모