From 87363d0129117725cb58e15fa1bb6938461e9895 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 02:27:32 +0530 Subject: [PATCH 01/13] Create .smartui.json --- .smartui.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .smartui.json diff --git a/.smartui.json b/.smartui.json new file mode 100644 index 00000000..ea2dfc25 --- /dev/null +++ b/.smartui.json @@ -0,0 +1,20 @@ +{ + "storybook": { + "browsers": [ + "chrome", + "firefox", + "safari", + "edge" + ], + "viewports": [ + [ + 1920, + 1080 + ] + ], + "waitForTimeout": 2500, + "include": [], + "exclude": [], + "customViewports": [] + } +} From f93d323544c317e6e07dc45d36989f1cea0ca6d0 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 02:30:59 +0530 Subject: [PATCH 02/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b18f10..15ccbf7d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ npm run storybook ``` -## Running SmartUI storybook tests on a Docker container. +## Running SmartUI storybook tests on a Docker container . 1. Clone this repository ``` From de8b8c4b058bbc03838b7a0ee5576d63c22b4a56 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 02:32:52 +0530 Subject: [PATCH 03/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56b18f10..b4870661 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## Installation -1. Clone this repository +1. Clone this repositor y ``` git clone https://github.com/LambdaTest/smartui-storybook-sample ``` From 39f8253fd51e6f7c205f69f0a078857858a3c2d5 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 02:37:32 +0530 Subject: [PATCH 04/13] Update ci.yml --- .github/workflows/ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91a77268..dcd84b92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,19 +12,19 @@ jobs: name: Execute Storybook build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + # - uses: actions/checkout@v1 - - name: Find Last CommitId - run: | - API_HOST=https://api.github.com - # Check out the PR branch - git checkout $GITHUB_HEAD_REF - # Get the commit ID of the last commit - COMMIT_ID=$(git rev-parse HEAD) - echo "Last commit ID of PR: $COMMIT_ID" - GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID - echo "GITHUB_URL: $GITHUB_URL" - echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV + # - name: Find Last CommitId + # run: | + # API_HOST=https://api.github.com + # # Check out the PR branch + # git checkout $GITHUB_HEAD_REF + # # Get the commit ID of the last commit + # COMMIT_ID=$(git rev-parse HEAD) + # echo "Last commit ID of PR: $COMMIT_ID" + # GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID + # echo "GITHUB_URL: $GITHUB_URL" + # echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV - name: Install Dependencies run: | From 81add28af77cbcd17fe0c53d032d8dd099013fa9 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 02:41:45 +0530 Subject: [PATCH 05/13] Update ci.yml --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dcd84b92..5abf1817 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,9 @@ jobs: # GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID # echo "GITHUB_URL: $GITHUB_URL" # echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV - + - name: Check directory + run: | + dir - name: Install Dependencies run: | npm install From 02a305793a1f47b431a2832272f464d621af21e6 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 02:43:39 +0530 Subject: [PATCH 06/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3121ea69..79345cbf 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ git clone https://github.com/LambdaTest/smartui-storybook-sample ``` -2. Change directory to the downloaded git repo and install packages +2. Change directory to the download ed git repo and install packages ``` npm install ``` From 825bde797e7394b5e0619e568c94fad4649a6982 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 02:44:28 +0530 Subject: [PATCH 07/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4870661..b8e8f606 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ 1. Clone this repositor y ``` - git clone https://github.com/LambdaTest/smartui-storybook-sample + git clone https://github.com/LambdaTest/smartui-stor ybook-sample ``` 2. Change directory to the downloaded git repo and install packages From b4c771e2bc92e5c0a75cbf045903a4e96b0864a1 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 02:53:44 +0530 Subject: [PATCH 08/13] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5abf1817..50dd48df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,7 @@ jobs: # echo "GITHUB_URL: $GITHUB_URL" # echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV - name: Check directory - run: | - dir + run: cd smartui-storybook-sample - name: Install Dependencies run: | npm install From aa185c08cb973e90357fc014cf4d388b72305875 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 15:23:56 +0530 Subject: [PATCH 09/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8e8f606..9ce24432 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ npm run storybook ``` -## Running SmartUI storybook tests on a Docker container. +## Running Smart UI storybook tests on a Docker container. 1. Clone this repository ``` From 11146f996176417ae86668d9dc7095d2bfe2a01d Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 16:43:30 +0530 Subject: [PATCH 10/13] Update ci.yml --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50dd48df..eba237a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,8 +25,8 @@ jobs: # GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID # echo "GITHUB_URL: $GITHUB_URL" # echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV - - name: Check directory - run: cd smartui-storybook-sample + # - name: Check directory + # run: cd smartui-storybook-sample - name: Install Dependencies run: | npm install From 98312d8afe0bbece07c3cb4cce70e1bb3f7a241c Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 17:07:25 +0530 Subject: [PATCH 11/13] Update ci.yml --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eba237a6..0b33365f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Execute Storybook build runs-on: ubuntu-latest steps: - # - uses: actions/checkout@v1 + - uses: actions/checkout@v1 # - name: Find Last CommitId # run: | @@ -25,8 +25,8 @@ jobs: # GITHUB_URL=$API_HOST/repos/$GITHUB_REPOSITORY/statuses/$COMMIT_ID # echo "GITHUB_URL: $GITHUB_URL" # echo "GITHUB_URL=$GITHUB_URL" >> $GITHUB_ENV - # - name: Check directory - # run: cd smartui-storybook-sample + - name: Check directory + run: ls - name: Install Dependencies run: | npm install From 7098e1103f1690f25ad3add801ead7b6b6d9f1f9 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 17:17:26 +0530 Subject: [PATCH 12/13] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b33365f..927909c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Execute Storybook build runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + # - uses: actions/checkout@v1 # - name: Find Last CommitId # run: | From 67cf54c509099b35018c0cddcbb922b296784a41 Mon Sep 17 00:00:00 2001 From: sanchit0612 Date: Sat, 28 Jun 2025 17:21:59 +0530 Subject: [PATCH 13/13] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 927909c3..f34b8f34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: name: Execute Storybook build runs-on: ubuntu-latest steps: - # - uses: actions/checkout@v1 + - uses: actions/checkout@v3 # - name: Find Last CommitId # run: |