ssg 0.0.38

A Content-First Open Source Static Site Generator (SSG) crafted in Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "ssg-visual-tests",
  "version": "0.0.38",
  "private": true,
  "description": "Visual regression tests for SSG using Playwright",
  "scripts": {
    "test": "npx playwright test",
    "update-baselines": "npx playwright test --update-snapshots"
  },
  "devDependencies": {
    "@playwright/test": "^1.50.0",
    "@axe-core/playwright": "^4.10.0"
  }
}