diff --git a/README.md b/README.md index 2f14d3b..fe34e98 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A dashboard for your Playwright tests - across projects and over time - with an embedded trace viewer. +**[Live demo](https://demo.kinora.dev)** (read-only, no sign-up) · [Website](https://kinora.dev) · [Cloud](https://app.kinora.dev) + Playwright ships a great HTML report for a single run. kinora sits one level up: push every CI run to a kinora server and get one place to track pass rates, spot trends, and surface flaky tests over time. Failing tests get a **View trace** button that opens the full Playwright trace (DOM / timeline / network / console) right in the dashboard, no separate tooling. diff --git a/landing/src/components/CtaSection.astro b/landing/src/components/CtaSection.astro index 14ba862..2384b6a 100644 --- a/landing/src/components/CtaSection.astro +++ b/landing/src/components/CtaSection.astro @@ -1,5 +1,5 @@ --- -import { ArrowRight } from '@lucide/astro' +import { ArrowRight, Play } from '@lucide/astro' import { SITE } from '../lib/site' import GithubIcon from './GithubIcon.astro'; --- @@ -51,6 +51,16 @@ import GithubIcon from './GithubIcon.astro'; Get started