35 lines
907 B
Markdown
35 lines
907 B
Markdown
# Test by playwrigth
|
|
|
|
## คำสั่งต่างๆ
|
|
|
|
คำสั่งที่ใช้ในการ รัน เช่น
|
|
|
|
|
|
```
|
|
npx playwright test tests/folder-CRUD.spec.ts
|
|
```
|
|
playwrigth ui
|
|
```
|
|
npx playwright test --ui
|
|
```
|
|
|
|
tests/folder-CRUD.spec.ts คือตำเเหน่งของไฟล์
|
|
|
|
## ไฟล์ test
|
|
ไฟล์งานอยู่ใน Directory tests
|
|
- delete-file-grid-view.spec.ts `ทดสอบการสร้างไฟล์ใน folder และลบ`
|
|
```
|
|
npx playwright test tests/delete-file-grid-view.spec.ts
|
|
```
|
|
- folder-CRUD.spec.ts `ทดสอบการสร้างตู้ ลิ้นชัก folder subfolder แล้วเข้าไปในสุดจากนั้นออกมกเเก้ไขเเล้วลบที่ละรำดับ`
|
|
|
|
```
|
|
npx playwright test tests/folder-CRUD.spec.ts
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|