Playwright project to read a list of projects, find the project admin and save to a csv
npm install -D @playwright/test
data/links.txt
I'm using storageState to store the login, see more details in the documentation:
https://playwright.dev/docs/test-auth
tests/azuredevops.spec.ts (line 4)
test.use({ storageState: 'auth.json' });
npx playwright test tests/azuredevops.spec.ts
CSV file will be generated in the following path:
data/projects.csv