From 4b9623bcd416792ce74e5760b40462a5913dbe74 Mon Sep 17 00:00:00 2001 From: JeeveshJ7 Date: Fri, 27 Sep 2024 14:11:44 +0530 Subject: [PATCH 1/4] Changed Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb71fa6a..ccf47104 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Smart UI Testing With Selenium Node.JS

+

SmartUI Testing With Selenium Node.JS

From c977cd75861dea86b251950988baaf67efce51dd Mon Sep 17 00:00:00 2001 From: JeeveshJ7 Date: Fri, 27 Sep 2024 14:15:51 +0530 Subject: [PATCH 2/4] corrected workflow --- .github/workflows/Pr-check.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Pr-check.yml b/.github/workflows/Pr-check.yml index 2d72a62c..bedaa493 100644 --- a/.github/workflows/Pr-check.yml +++ b/.github/workflows/Pr-check.yml @@ -3,7 +3,8 @@ name: SmartUI PR Check with NodeJS SDK on: pull_request: branches: - - master + - main + - stage env: LT_USERNAME: ${{ secrets.LT_USERNAME }} From cf66a1be05f83977145d3332e2e59557780ecf81 Mon Sep 17 00:00:00 2001 From: JeeveshJ7 Date: Fri, 27 Sep 2024 14:21:32 +0530 Subject: [PATCH 3/4] Changed workflow --- .github/workflows/Pr-check.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Pr-check.yml b/.github/workflows/Pr-check.yml index bedaa493..641b9c17 100644 --- a/.github/workflows/Pr-check.yml +++ b/.github/workflows/Pr-check.yml @@ -45,7 +45,9 @@ jobs: - name: Install SmartUI SDK run: | - npm install @lambdatest/smartui-cli + npm install @lambdatest/smartui-cli@latest + npm install @lambdatest/selenium-driver + npm install selenium-webdriver - name: Set up SmartUI Config run: | From 83aeef30b789fafd85cdcd2a02162a136625472b Mon Sep 17 00:00:00 2001 From: JeeveshJ7 Date: Fri, 27 Sep 2024 14:23:07 +0530 Subject: [PATCH 4/4] Changed workflow again --- .github/workflows/Pr-check.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/Pr-check.yml b/.github/workflows/Pr-check.yml index 641b9c17..489d6851 100644 --- a/.github/workflows/Pr-check.yml +++ b/.github/workflows/Pr-check.yml @@ -39,10 +39,6 @@ jobs: with: node-version: '14' # Use the appropriate Node.js version for your project - - name: Install Dependencies - run: | - npm ci - - name: Install SmartUI SDK run: | npm install @lambdatest/smartui-cli@latest