mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
93269f61ae
* initial * update deploy * test * fix * fix artifact sharing * fix workflow * push stuff * dynamic trigger e2e * add permissions * trigger * trigger * trigger * test ci * update dir * add dockerize.sh * with shared artifacts * with artifact upload * test variant * debug * test again * try-at-once * one more try * add dockerfiles * test * add turbo build * progress * fix build * progress * version * test with follow up action * progress * progress * update * update * update * with provenance false * multiple deployments * fix issuez * update * update * fix * more envs * deploy two * oopdate * better yaml * unleash * update infra * fix + comment * cleanup * update deprecated Checkout version * remove commented code
10 lines
238 B
TypeScript
10 lines
238 B
TypeScript
import { test, expect, type Page } from '@playwright/test';
|
|
|
|
test.beforeEach(async ({ page }) => {
|
|
await page.goto('https://copilotkit-testing-app-self-hosted-runtime-d989ss9c3.vercel.app/');
|
|
});
|
|
|
|
test.describe('New Todo', () => {
|
|
|
|
});
|