Update README.md

This commit is contained in:
XiaopingShao 2024-01-29 15:01:29 +08:00 committed by GitHub
parent d1be616b9b
commit f22074b2ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# 项目介绍 # 项目介绍 🚀
Pytest + Playwright + Allure UI自动化demo Pytest + Playwright + Allure UI自动化demo
目前有的功能: 目前有的功能:
- UI自动化POM设计模式 - UI自动化POM设计模式
@ -49,7 +49,7 @@ Pytest + Playwright + Allure UI自动化demo
playwright install playwright install
``` ```
## 运行测试并生成报告 🚀 ## 运行测试并生成报告 🏃
```shell ```shell
python run.py python run.py
``` ```