tarojs-plugin-ssr icon indicating copy to clipboard operation
tarojs-plugin-ssr copied to clipboard

搭建 E2E 测试

Open SyMind opened this issue 1 year ago • 0 comments

tests/e2e 增加 e2e 测试,使用 playwright 作为 e2e 测试框架。测试流程为:

  1. 调用插件,将项目编译到同路径的 dist 目录下
  2. 启动 next.js 项目运行编写的测试用例

CI 中自动执行测试。

SyMind avatar Mar 05 '24 06:03 SyMind