试验 React 内联上下文与原生表单登录流程
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from "@playwright/test";
|
||||
export default defineConfig({
|
||||
testDir: "./tests",
|
||||
use: {
|
||||
baseURL: process.env.IAM_PREVIEW_URL ?? "http://127.0.0.1:18081",
|
||||
headless: true,
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user