mirror of
https://github.com/zitadel/zitadel.git
synced 2025-12-15 18:12:16 +00:00
5 lines
149 B
TypeScript
5 lines
149 B
TypeScript
import { expect, Page } from "@playwright/test";
|
|
|
|
export async function startSAML(page: Page) {
|
|
await page.goto("http://localhost:8001/hello");
|
|
} |