From 2b8717eb469db1e13890f328718c98abf4c921e3 Mon Sep 17 00:00:00 2001 From: Chua Chee Seng Date: Mon, 9 Jun 2025 14:58:15 +0800 Subject: [PATCH] Added 'Support ScalaTest' section to README.md. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index fe30391..5186f89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,17 @@ # ScalaTest + TestNG ScalaTest + TestNG provides integration support between ScalaTest and TestNG. +💖 Support ScalaTest +-------------------- + +[![Sponsor ScalaTest](https://img.shields.io/badge/sponsor-scalatest-ff69b4?logo=github-sponsors)](https://github.com/sponsors/scalatest) + +ScalaTest has been a cornerstone of testing in the Scala ecosystem for over 17 years. It’s trusted by countless developers and teams to write expressive, flexible, and robust tests. We’ve always believed in keeping ScalaTest free and open source, but maintaining a tool used so widely takes time, care, and ongoing effort. + +If ScalaTest has saved you time, helped you ship better software, or become a key part of your development workflow, please consider supporting our work. Your sponsorship helps us dedicate time to fixing bugs, improving documentation, adding new features, and keeping ScalaTest reliable for the entire community. + +👉 [Become a sponsor for ScalaTest](https://github.com/sponsors/scalatest) to help keep Scala’s most widely used testing library thriving! + **Usage** To use it for ScalaTest 3.2.19 and TestNG 7.10.x: