Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] puppeteer #150

Open
gloriaJun opened this issue Jun 29, 2022 · 4 comments
Open

[wip] puppeteer #150

gloriaJun opened this issue Jun 29, 2022 · 4 comments
Assignees
Labels

Comments

@gloriaJun
Copy link
Owner

Background

lighthouseCI를 이용하여 웹 퍼포먼스에 대한 성능을 조사에 대한 필요
각 화면에 대한 접근은 아래와 같이 나뉘는데, 이 부분 체크를 위해 api 응답에 대한 조작이 필요함

  • 신규 가입자
  • 가입된 고객에 대한 로그인 후의 화면 접근

고민

  • 기존에 사용하던 cypress를 puppeteer로 대체가 가능할 것인지?
    • 가능할 것으로 예상되나, 테스트를 위해 사용하고 있던 부분들에 대해 모두 대체가 될 것인가?
    • 테스트 수행에 대한 성능은?
  • puppeteer로 테스트를 수행 및 수행한 각 화면들에 대한 lighthouseCI의 성능 지표를 뽑을 수 있는가?
@gloriaJun gloriaJun added the test label Jun 29, 2022
@gloriaJun gloriaJun self-assigned this Jun 29, 2022
@gloriaJun
Copy link
Owner Author

  • puppeteer : chromium을 포함한 풀 패키지
  • puppeteer-core : library 형태의 패키지로 chromium을 포함하고 있지 않다.

@gloriaJun
Copy link
Owner Author

gloriaJun commented Jul 20, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant