반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- gitea
- 카오스 엔지니어링
- argocd
- CI/CD
- gitops
- Kopf
- seldon core
- Kubernetes 인증
- Pulumi
- blue/green
- operator
- Argo
- CANARY
- 오퍼레이터
- serving
- Continuous Deployment
- tekton
- argo rollout
- Litmus
- nginx ingress
- Kubernetes
- kubernetes operator
- Model Serving
- opentelemetry
- MLflow
- keda
- mlops
- opensearch
- knative
- Kubeflow
Archives
- Today
- Total
목록e2e테스트 (1)
Kubernetes 이야기
playwright를 활용한 e2e 테스트
Playwright는 최신 웹 앱에 대한 신뢰할 수 있는 종단 간 테스트를 지원하는 테스트 자동화 도구이다. Playwright는 Chromium, WebKit 및 Firefox를 포함한 모든 최신 렌더링 엔진을 지원한다. 설치 설치는 npm 또는 pip, .net, java, VS Code Extension 설치 방법이 있다. pip 로 설치를 진행해 보자. pipenv --python 3.11 pipenv shell pipenv install pytest-playwright playwright install 샘플코드 import re from playwright.sync_api import Page, expect def test_homepage_has_Playwright_in_title_and_get..
개발/python
2023. 2. 15. 23:04