This pytest plugin takes a set of tests that would be normally be run serially and execute them in parallel. The main goal of pytest-run-parallel is to discover thread-safety issues that could exist ...
├── allure # 📂 allure包 ├── base_page # 📂 playwright基本功能进一步封装 ├── config │ ├── conf.py # 🔧 项目目录及文件地址 │ └── config.ini # 🧪 被测系统相关的配置 ├── features ...