From 7f74451414d71285ba296228bc1295b3e0b54489 Mon Sep 17 00:00:00 2001 From: Jaydeep Dave Date: Thu, 24 Jul 2025 00:01:40 +0530 Subject: [PATCH] updated README --- README.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a068dd..95ac679 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # selfheal-demo-browserstack -Self Heal Demo Scripts + +Browserstack Self Heal Demo Scripts + +## Purpose +This repository is a central place to host all BrowserStack Self-Heal demo scripts for various frameworks and products. Instead of maintaining multiple separate repos, we keep all self-heal related demos here, organized by branch. This makes it easy to find, update, and compare self-heal demos across different technologies. + +## How to Use +- **Explore Self-Heal Demos:** + - Each branch in this repository contains a self-heal demo for a specific framework or product (e.g., TestNG, JUnit, Playwright, Cypress, etc.). + - Switch to the branch that matches the framework or product you want to test. +- **Run the Demo:** + - Follow the README and instructions in that branch to set up and run the self-heal demo for your chosen stack. + - Most demos include scripts and configuration to show how BrowserStack's self-heal feature can recover from locator changes without modifying your test code. + +## Why This Structure? +- **Single Source:** All self-heal demos are in one place for easy discovery and maintenance. +- **Branch-per-Framework:** Quickly switch between frameworks/products by changing branches. +- **Consistent Updates:** New self-heal demos for additional frameworks/products will be added as new branches. + +--- + +Browse the available branches to get started with self-heal demos for your preferred automation stack!