Skip to content

mrc-ide/wodin-royal-society

Repository files navigation

Introduction to Mathematical Models of the Epidemiology & Control of Infectious Diseases

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:

  1. Run WODIN with config: ./scripts/run-wodin
  2. Make playwright suite the local folder: cd screenshot
  3. Install Playwright: npm install -D @playwright/test && npx playwright install
  4. Run the tests: npx playwright test