Skip to content

Commit

Permalink
fix(smart-ui): fixed smart-ui test path on package json
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargav-garlapati committed Nov 25, 2024
1 parent 847fece commit 12b4a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 12b4a3a

Please sign in to comment.