From 25b9564061534e8af107210116337c6aae00de9e Mon Sep 17 00:00:00 2001 From: "zhiyong.yue" Date: Sat, 13 May 2023 19:59:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 43be355..99d76b9 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -40,7 +40,7 @@ export default defineConfig({ headless: false, /* Base URL to use in actions like `await page.goto('/')`. */ - baseURL: 'https://oc-test.onecontract-cloud.com/', + baseURL: 'https://demo.cloudlong.cn/', /* custome test id. */ testIdAttribute: "data-tester-id",