### Install Dependencies Source: https://github.com/govuk-one-login/onboarding-product-page/blob/main/ui-automation-tests/README.md Installs the necessary packages for running the acceptance tests. Run this command before executing any tests. ```bash npm ci ``` -------------------------------- ### Local Google Sheets Credentials Source: https://github.com/govuk-one-login/onboarding-product-page/blob/main/README.md Example structure for the googleCredentials.json file. Ensure this file is placed in the project root and contains valid service account credentials. ```json { "client_email": sample-client-email "private_key": sample-privatye-key } ``` -------------------------------- ### Run All Acceptance Tests Source: https://github.com/govuk-one-login/onboarding-product-page/blob/main/ui-automation-tests/README.md Executes all defined acceptance tests in the project. This command should be used to verify the overall system behavior. ```bash npm run acceptance-tests ``` -------------------------------- ### Run Accessibility Tests Source: https://github.com/govuk-one-login/onboarding-product-page/blob/main/ui-automation-tests/README.md Executes all accessibility tests. This command is used to ensure the application meets accessibility standards. ```bash npm run accessibility-tests ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.