feat: add cloudflare workers deployment
This commit is contained in:
@@ -3,6 +3,7 @@ import { expect, test } from "@playwright/test";
|
||||
test("中文界面可以生成优化文章和导出链接", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
|
||||
await page.getByLabel("访问密钥").fill("local-dev-key");
|
||||
await page.getByLabel("标题").fill("Example Technology Co., Ltd. GEO 指南");
|
||||
await page
|
||||
.getByLabel("正文")
|
||||
|
||||
Reference in New Issue
Block a user