From bf32639ec54522fde9d93d6d299afb1c4bd5dfe2 Mon Sep 17 00:00:00 2001 From: Ned Twigg Date: Wed, 31 Jan 2024 10:49:53 -0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=87=AA=E6=8B=8D=E5=BF=AB?= =?UTF-8?q?=E7=85=A7=E6=B5=8B=E8=AF=95=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60d6864..f62e4c5 100644 --- a/README.md +++ b/README.md @@ -633,6 +633,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的 * [REST Assured](http://www.importnew.com/rest-assured/):为REST/HTTP服务提供方便测试的Java DSL。[官网](https://github.com/jayway/rest-assured) * [Selenide](http://www.importnew.com/selenide/):为Selenium提供精准的周边API,用来编写稳定且可读的UI测试。[官网](http://selenide.org/) * [Selenium](http://www.importnew.com/selenium/):为Web应用程序提供可移植软件测试框架。[官网](http://docs.seleniumhq.org/) +* [Selfie](https://github.com/diffplug/selfie): 快照测试。[官网](https://selfie.dev/jvm) * [Spock](http://www.importnew.com/spock/):JUnit-compatible framework featuring an expressive Groovy-derived specification language.[官网](http://docs.spockframework.org/)兼容JUnit框架,支持衍生的Groovy范的语言。 * [TestNG](http://www.importnew.com/testng/):测试框架。[官网](http://testng.org/) * [Truth](http://www.importnew.com/truth/):Google的断言和命题(proposition)框架。[官网](https://github.com/google/truth)