Skip to content

Releases: Kentico/xperience-by-kentico-labs-e2e-testing

v2.0.0

Choose a tag to compare

@seangwright seangwright released this 20 Jul 23:41

Highlights since v1.0.0

This release grows the project from a single live-site example into a broad E2E
testing reference covering both the public website and the Xperience by
Kentico administration UI
, driven by Playwright.

  • Administration UI E2E testing — resilient admin sign-in with shared
    storage-state reuse, plus worked examples for a custom UI page / React template
    and a page extender (Users listing row action).
  • Public website (live-site) tests — member registration and email
    confirmation via the Virtual Inbox integration.
  • Vertical-slice test layout — each feature owns its specs, page objects, and
    helpers under tests/e2e/; canonical app moved to src/DancingGoat
    (+ src/DancingGoat.Admin).
  • CI hardening — builds the embedded admin client before the .NET build and
    type-checks the Playwright project (TypeScript) on every run.
  • Authoring skills — two Claude Code skills (e2e-test-context-discovery,
    e2e-test-generator) that explore a scenario against the running app and
    generate a passing Playwright test.
  • Dependency and tooling updates (Playwright 1.61, and others).

📖 Companion article: E2E testing Xperience's Administration UI: Extension with Confidence

v1.0.0 - Initial version

Choose a tag to compare

@seangwright seangwright released this 20 Mar 15:17
2311314