mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-07 05:02:50 +08:00
Update @playwright/test and Docker base image together to fix CI failures caused by mismatched browser versions. Closes #864 Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
20 lines
462 B
JSON
20 lines
462 B
JSON
{
|
|
"name": "cloudflare-temp-email-e2e",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "docker compose up --build --abort-on-container-exit --exit-code-from e2e-runner",
|
|
"test:down": "docker compose down -v"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "1.58.2",
|
|
"@types/nodemailer": "^7.0.11",
|
|
"@types/ws": "^8.5.0",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"dependencies": {
|
|
"imapflow": "^1.2.12",
|
|
"nodemailer": "^8.0.1"
|
|
}
|
|
}
|