docusaurus/argos
Sébastien Lorber f196a1eb29
Some checks are pending
Argos CI / take-screenshots (push) Waiting to run
Build Hash Router / Build Hash Router (push) Waiting to run
Canary Release / Publish Canary (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
Continuous Releases / Continuous Releases (push) Waiting to run
E2E Tests / E2E — Yarn v1 (18.0) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (20) (push) Waiting to run
E2E Tests / E2E — Yarn v1 (22) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (node-modules, -st) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -s) (push) Waiting to run
E2E Tests / E2E — Yarn Berry (pnp, -st) (push) Waiting to run
E2E Tests / E2E — npm (push) Waiting to run
E2E Tests / E2E — pnpm (push) Waiting to run
fix(core): fix React hydration errors, change html minifier settings (#10786)
2024-12-23 18:45:31 +01:00
..
tests fix(core): fix React hydration errors, change html minifier settings (#10786) 2024-12-23 18:45:31 +01:00
.gitignore test: add visual regression tests with Argos CI (#8947) 2023-04-28 16:04:22 +02:00
README.md test: add visual regression tests with Argos CI (#8947) 2023-04-28 16:04:22 +02:00
package.json chore: release Docusaurus 3.6.3 (#10713) 2024-11-22 17:13:56 +01:00
playwright.config.ts feat(mdx-loader): Remark plugin to report unused MDX / Markdown directives (#9394) 2023-10-24 16:15:49 +02:00

Argos visual regression tests

We use Argos CI to detect visual regressions on Docusaurus.

This workspace can be run manually, but is generally run through the Argos GitHub Action.

The workflow execute those following steps:

  • Build the website locally with yarn build:website:fast
  • Start the website server with yarn serve:website on http://localhost:3000
  • Take screenshots of all pages found in sitemap.xml with Playwright
  • Upload all screenshots to Argos CI

This workflow runs for main and PR branches, and add a commit status to each PR with a visual diff that we can easily inspect.


Some additional capabilities: