CI 提速:合并门禁容器执行并拆分 Smoke/全量 E2E
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { test, expect } from "@playwright/test";
|
||||
|
||||
test("Panic 手动加入房间会规范化房间号并发起 join 请求", async ({ page }) => {
|
||||
test("@smoke Panic 手动加入房间会规范化房间号并发起 join 请求", async ({ page }) => {
|
||||
const joinBodies: Array<{ userId?: string }> = [];
|
||||
|
||||
await page.route("**/api/room/*/join", async (route) => {
|
||||
|
||||
Reference in New Issue
Block a user