From 12b4a3ac21cf0e23b93a0e189e5e80ff418ce60a Mon Sep 17 00:00:00 2001 From: Bhargav Garlapati <16038883+bhargav-garlapati@users.noreply.github.com> Date: Mon, 25 Nov 2024 14:01:27 -0800 Subject: [PATCH] fix(smart-ui): fixed smart-ui test path on package json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 046dcd9..34b2cd7 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "cypress:staging": "ENV=staging npm run cypress:open", "cypress:production": "ENV=production npm run cypress:open", "cypress:percy": "npx percy exec -- cypress run --spec cypress/e2e/ui_test_using_dynamic_content.cy.js", - "cypress:lambda": "npx smartui --config smartui-web.json exec --fetch-results smart-ui-results.json -- npx cypress run --spec cypress/e2e/lambdatest_ui_test_using_dynamic_content.cy.js --headed" + "cypress:lambda": "npx smartui --config smartui-web.json exec --fetch-results smart-ui-results.json -- npx cypress run --spec cypress/e2e/smart-ui-tests/lambdatest_ui_test_using_dynamic_content.cy.js --headed" }, "author": "Bhargav Garlapati", "license": "ISC"