For more information, see infectiousdiseasemodels.org or to the applications
Automated screenshots are generated in a github workflow named screenshots
which runs a suite of Playwright tests. To
run these locally:
- Run WODIN with config:
./scripts/run-wodin
- Make playwright suite the local folder:
cd screenshot
- Install Playwright:
npm install -D @playwright/test && npx playwright install
- Run the tests:
npx playwright test