homebase app tests
1.0.0
This repository contains Playwright end-to-end tests for the Homebase App, maintained by dOrg. These tests are designed to ensure the robustness and reliability of the Homebase App through automated testing.
git clone [email protected]:dOrgTech/homebase-app-tests.git
nvm use && npm install && npx playwright install --with-deps
env.example
file to a new .env
file and fill in the required environment variables.config.js
if necessary to meet your specific testing requirements.Execute the tests interactively using:
npx playwright test --ui
tests/
: Contains the Playwright test scripts.TestData/
: Includes data used for testing.utils/
: Utility functions or scripts supporting the tests.These tests are integrated with CI workflows in the Homebase App repository. Refer to the .github
folder for the workflow configurations.
If you're interested in contributing to the homebase-app-tests
: