使用方法 1.安装playright 参考https://playwright.dev/docs/intro 2.配置SMTP邮箱 host: 'smtp.163.com', port: 465, secure: true, auth: { user: 'xxx@xxx.com', pass: 'xxxx' } 3.运行 npm run dev test mbv-26519-251