Add tests result
This commit is contained in:
parent
853c141910
commit
9e4fcbf04e
111 changed files with 1078 additions and 77 deletions
|
|
@ -34,11 +34,11 @@ export default defineConfig({
|
|||
use: {
|
||||
baseURL: 'http://localhost:3000/',// ปรับเป็น URL ที่ทดสอบ
|
||||
headless: false, // false = เห็น browser ขณะรัน
|
||||
screenshot: 'only-on-failure', // เก็บ screenshot เมื่อ fail
|
||||
screenshot: 'on', // เก็บ screenshot
|
||||
trace: 'retain-on-failure', // เก็บ trace เพื่อดีบักเมื่อ fail
|
||||
// launchOptions: {
|
||||
// slowMo: 1000,
|
||||
// }, // ช้าลง 10 วินาที
|
||||
launchOptions: {
|
||||
slowMo: 500,
|
||||
}, // ช้าลง 10 วินาที
|
||||
},
|
||||
|
||||
/* ──── Setup Projects: login ครั้งเดียว แล้ว save cookies ──── */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue