Releases: Kentico/xperience-by-kentico-labs-e2e-testing
Releases · Kentico/xperience-by-kentico-labs-e2e-testing
Release list
v2.0.0
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 undertests/e2e/; canonical app moved tosrc/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