From a0da8b25a10296541d77dddc9e07d457baa6b04d Mon Sep 17 00:00:00 2001 From: Chaitanya Sharma Date: Wed, 29 Jul 2026 17:27:26 +0530 Subject: [PATCH] fix(smartui): install SmartUI CLI 4.1.77 by default Pin @lambdatest/smartui-cli to ^4.1.77 and tag install commands @latest so samples no longer bootstrap an outdated CLI. Refs TE-22391 Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01H5pDePdJgs3Ms7qpjKc4kU --- playwright/README.md | 2 +- selenium/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright/README.md b/playwright/README.md index a4cd4ac..ed2c4b9 100644 --- a/playwright/README.md +++ b/playwright/README.md @@ -11,7 +11,7 @@ SmartUI SDK for python playwright Install Smart UI cli ```sh-session -$ npm install -g @lambdatest/smartui-cli +$ npm install -g @lambdatest/smartui-cli@latest ``` Install Python Playwright Package diff --git a/selenium/readme.md b/selenium/readme.md index 8cd1f1a..6139df3 100644 --- a/selenium/readme.md +++ b/selenium/readme.md @@ -11,7 +11,7 @@ SmartUI SDK for python selenium Install Smart UI cli ```sh-session -$ npm install -g @lambdatest/smartui-cli +$ npm install -g @lambdatest/smartui-cli@latest ``` Install Python Selenium Package