Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 489 Bytes

File metadata and controls

28 lines (22 loc) · 489 Bytes

E2E Tests

Setup

npm ci
npx playwright install chromium
cp .env.sample .env
# Edit .env with your credentials

Run Tests

npm test              # All tests
npm run test:debug    # Debug mode
npm run test:ui       # Interactive UI

Environment Variables

APP_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