在 `tests/e2e` 增加 e2e 测试,使用 playwright 作为 e2e 测试框架。测试流程为: 1. 调用插件,将项目编译到同路径的 `dist` 目录下 2. 启动 next.js 项目运行编写的测试用例 CI 中自动执行测试。