TIL

[TIL] 2023-1004

프라이D 2023. 10. 5. 13:40

Facts

- e2e 테스트

- 기타 수정 등등

 

Feelings

- 오랜만에 다시 기계식 키보드로 두드리니깐 좋았다.

 

Findings

- yarn script 에서 &&는 순차처리 &는 병렬이라는 사실을 알게됨

- cypress 에서 가끔 크롬 브라우저와 연결이 안되는 에러가 뜰 때가 있는데, 이땐 일반 크롬 브라우저를 다 닫고 다시 테스트를 열면 해결된다.

Cypress failed to make a connection to the Chrome DevTools Protocol after retrying for 50 seconds.
This usually indicates there was a problem opening the Chrome browser.
The CDP port requested was 60493.


Error: connect ECONNREFUSED 127.0.0.1:60493
    at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)

 

Feedback

- 메소드 네이밍 && 엘리먼트 가져오는 방식을 가독성있게, 덜 의존적이도록 작성