From b37f4384f2bdce07452e638324d69276360e1bd0 Mon Sep 17 00:00:00 2001 From: Shreyas Dhoke <“shreyas.d@browserstack.com git config --global user.name “Shreyas> Date: Fri, 8 Aug 2025 14:39:59 +0530 Subject: [PATCH 1/3] removed user and product data --- server/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/index.js b/server/index.js index 6684f43..ab37919 100644 --- a/server/index.js +++ b/server/index.js @@ -9,7 +9,6 @@ const PORT = process.env.PORT || 5001; let users = [ { id: 1, name: 'John Doe', email: 'john@example.com', role: 'admin', createdAt: new Date().toISOString() }, { id: 2, name: 'Jane Smith', email: 'jane@example.com', role: 'user', createdAt: new Date().toISOString() }, - { id: 3, name: 'Bob Johnson', email: 'bob@example.com', role: 'user', createdAt: new Date().toISOString() } ]; let products = [ @@ -17,7 +16,6 @@ let products = [ { id: 2, name: 'Smartphone', price: 699.99, category: 'Electronics', stock: 100, description: 'Latest smartphone model' }, { id: 3, name: 'Headphones', price: 199.99, category: 'Electronics', stock: 75, description: 'Wireless noise-canceling headphones' }, { id: 4, name: 'Coffee Maker', price: 89.99, category: 'Home', stock: 30, description: 'Automatic coffee maker' }, - { id: 5, name: 'Book', price: 14.99, category: 'Education', stock: 200, description: 'Programming fundamentals book' } ]; let orders = []; From 1f1b120aadeaf007b6098b20afd7331fe823446e Mon Sep 17 00:00:00 2001 From: dheerajbstack Date: Thu, 28 Aug 2025 12:32:43 +0530 Subject: [PATCH 2/3] add automation for selfheal demo --- .../src/test/resources/browserstack-test.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testng-automation/src/test/resources/browserstack-test.xml b/testng-automation/src/test/resources/browserstack-test.xml index 8d54700..dc11a45 100644 --- a/testng-automation/src/test/resources/browserstack-test.xml +++ b/testng-automation/src/test/resources/browserstack-test.xml @@ -13,11 +13,11 @@ - - - - - + + + + + - + +