From c74535c385057985a1910c439bafeeb997fbec24 Mon Sep 17 00:00:00 2001 From: yaomeng Date: Sun, 16 Aug 2020 17:15:46 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1f1660..a9dd182 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,9 @@ # TODO - [ ] 阅读`pytest`源码 -- [ ] 基于`pytest`,实践一个WEB自动化框架 +- [x] 基于`pytest`,实践一个WEB自动化框架 + + [pytest-pyppeteer](https://github.com/luizyao/pytest-pyppeteer): Test with pyppeteer in pytest. # LICENSE