Visual walkthroughs of the ESGClick Double Materiality Assessment (DMA) process, generated automatically by Playwright E2E tests against real company profiles.
| Company | Industry | Impacts | R&Os | View |
|---|---|---|---|---|
| Nokia Corporation | Telecommunications | 24 | 12 | → Showcase |
| Norsk Hydro — Energy | Renewable Energy | 24 | 16 | → Showcase |
# Run from the ESG project root
SHOWCASE_PROFILE=nokia npx playwright test tests/e2e/tools/dma-showcase-dynamic.spec.ts \
--project=chromium --config=tests/e2e/tools/playwright.showcase.config.tsScreenshots are saved to {profile}/ directories. After regenerating, commit and push:
cd public/showcase-screenshots
git add -A && git commit -m "feat: regenerate showcase screenshots"
git pushOpen any index.html directly in a browser, or serve via:
npx serve .This repo lives inside the ESGClick public/showcase-screenshots/ directory (which is gitignored by the parent ESG repo). The Playwright tests output directly here — no copy step needed.
git clean -fdx in the parent ESG repo will delete this directory. Always push changes to GitHub.