Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
opendigital
/
agent-flow
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
agent-flow
/
src
/
frontend
/
tests
/
templates
/
unit-test-components.spec.ts
Tai Truong
fix readme
d202ada
3 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
90 Bytes
import
{ test }
from
"@playwright/test"
;
test
(
"your_test_name"
,
async
({ page }) => {});