npm ci
npx playwright install chromium
cp .env.sample .env
# Edit .env with your credentialsnpm test # All tests
npm run test:debug # Debug mode
npm run test:ui # Interactive UIAPP_NAME=foundry-sample-functions-python
FALCON_BASE_URL=https://falcon.us-2.crowdstrike.com
FALCON_USERNAME=your-username
FALCON_PASSWORD=your-password
FALCON_AUTH_SECRET=your-mfa-secret