From 5a7c0d42f7f9a6c5dc8579f480395678298f6333 Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Thu, 3 Jul 2025 21:51:32 +0100 Subject: [PATCH] Add specific language confirming that we test with BrowserStack and Chromatic (#35248) Signed-off-by: Andy Piper --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 552940fbea..1202728965 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Mastodon is a **free, open-source social network server** based on [ActivityPub] - [Redis](https://redis.io/) and [Sidekiq](https://sidekiq.org/) are used for caching and queueing. - [Node.js](https://nodejs.org/) powers the streaming API. - [React.js](https://reactjs.org/) and [Redux](https://redux.js.org/) are used for the dynamic parts of the interface. -- [BrowserStack](https://www.browserstack.com/) supports testing on real devices and browsers. -- [Chromatic](https://www.chromatic.com/) provides visual regression testing. +- [BrowserStack](https://www.browserstack.com/) supports testing on real devices and browsers. (This project is tested with BrowserStack) +- [Chromatic](https://www.chromatic.com/) provides visual regression testing. (This project is tested with Chromatic) ### Requirements