• This project
    • Loading...
  • Sign in

zhouhui.jiang / test_cursor

Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • test_cursor
  • tests
  • browser
  • requirements.txt
  • zhouhui.jiang's avatar
    添加浏览器自动化测试 · 8904c514
    8904c514 Browse Files
    zhouhui.jiang authored 2025-10-11 18:18:17 +0800
requirements.txt 146 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
# 浏览器自动化测试依赖
# Python 3.7.8 兼容

# Playwright 浏览器自动化框架
playwright==1.35.0

# 其他依赖
requests>=2.25.0