Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/Pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ name: SmartUI PR Check with NodeJS SDK
on:
pull_request:
branches:
- master
- main
- stage

env:
LT_USERNAME: ${{ secrets.LT_USERNAME }}
Expand Down Expand Up @@ -38,13 +39,11 @@ 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
npm install @lambdatest/smartui-cli@latest
npm install @lambdatest/selenium-driver
npm install selenium-webdriver

- name: Set up SmartUI Config
run: |
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@

<h1>SmartUI Testing With Selenium Node.JS</h1>

<h1>Smart UI Testing With Selenium Node.JS </h1>


<img height="400" src="https://user-images.githubusercontent.com/126776938/232535511-8d51cf1b-1a33-48fc-825c-b13e7a9ec388.png">


Expand Down