From 09bc8abdd74630a8b36976a865e9db0d93ceebf7 Mon Sep 17 00:00:00 2001 From: "Nir.Tal" Date: Mon, 21 Apr 2025 09:20:34 +0300 Subject: [PATCH] feat: add browserstack --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 82dd22fde..ccb096a02 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,10 @@ | [pytest-split](https://pypi.org/project/pytest-split/) | Pytest plugin which splits the test suite to equally sized sub suites based on test execution time. | | [requests](https://pypi.org/project/requests/) | Versatile library for making HTTP requests in Python | +## 🌐 Browser Testing + +This project is tested with [BrowserStack](https://www.browserstack.com), enabling cross-browser and mobile testing on real devices in the cloud. + ## ⚙️ Setup Instructions ### Clone the project