https://github.com/pauljeoung/for-qa-testing
테스팅에 필요한 여러 자동화 스크립트를 모아 관리 합니다
https://github.com/pauljeoung/for-qa-testing
automation pandas python qa script selenium testing
Last synced: 10 months ago
JSON representation
테스팅에 필요한 여러 자동화 스크립트를 모아 관리 합니다
- Host: GitHub
- URL: https://github.com/pauljeoung/for-qa-testing
- Owner: PaulJeoung
- Created: 2024-04-03T02:02:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T06:07:19.000Z (11 months ago)
- Last Synced: 2025-03-06T06:30:15.845Z (11 months ago)
- Topics: automation, pandas, python, qa, script, selenium, testing
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
** 저장을 위한 공간은 mac, windows 환경을 따로 지정 하지 않았기 때문에 필요할때 수정 해주세요 **
## I. python 사용을 위한 가상 환경 설정
1. python3 -m venv venv
2. source venv/bin/activate
3. 가상환경 종료
- deactivate
## II. 파일 실행
*.py 실행을 위한 module 설치 (pip)
이후 각 파일들을 실행
1. /job-reasearch
- 채용사이트 검색어 검색 및 저장
- pip install selenium webdriver-manager
- pip install beautifulsoup4
2. /cloudwatch-file-convert
- cloudwatch에 있는 데이터를 spreadsheet 파일로 변환
- pip install pandas
3. /blockchain
- 블록체인 계약 주소로 거래 현황 조회 및 파일 변환
- pip install requests
- pip install xrpl-py
4. /gui-boxes
- gui 용 시스템 제작