Automated tests for https://rent-d24be.web.app/drawer/BoardScreen
# Install dependencies
npm install
# Install browsers
npx playwright install
# Run tests
npm test
# Run tests with UI
npm run test:ui
# Run tests in debug mode
npm run test:debugtests/website.spec.ts: Main test file containing all test casesplaywright.config.ts: Playwright configurationpackage.json: Project dependencies and scripts