# GoodTsst **Repository Path**: get320187/good-tsst ## Basic Information - **Project Name**: GoodTsst - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-12 - **Last Updated**: 2024-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 创建环境 conda env create -f environment.yml # 激活环境 conda activate selenium_project # 下载依赖 pip install xxx-xxx # 追加环境到 environment.yml 文件: conda env export > environment.yml # 运行主程序: python main.py # 运行测试: pytest tests/test_example.py --html=report.html