ChatQnA UT Playwright (#121)

Signed-off-by: Yue, Wenjiao <wenjiao.yue@intel.com>
This commit is contained in:
WenjiaoYue
2024-05-13 11:51:04 +08:00
committed by GitHub
parent 8195bc81ea
commit 355d0b64de
10 changed files with 122 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev --port 5174 --host 0.0.0.0",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",

View File

@@ -58,7 +58,8 @@
/></svg
>
</div>
<div class="flex items-center space-x-1 text-base text-gray-800">
<div class="flex items-center space-x-1 text-base text-gray-800" id='msg-time'
>
<strong>End to End Time: </strong>
<p>{time}s</p>
</div>