A reporter for PlaywrightWatch, a tool for tracking and analyzing playwright test results.
Visual watch mode for Playwright. Run and visually debug Playwright tests as soon as you hit save.
参考https://playwright.dev/docs/intro2.配置SMTP邮箱
host: 'smtp.163.com',
port: 4653,
secure: true,
auth: {
user: 'abc@xxx.com',
pass: 'xxxx'
}
3.运行
npm run dev
🦥 Custom playwrightmatchers to test the state of the API response