NervJS / tarojs-plugin-ssr

让 Taro H5 支持 Pre-rendering、SSR 和 ISR,极致的首屏速度🚀,利于 SEO🔍

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

搭建 E2E 测试

SyMind opened this issue · comments

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

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

CI 中自动执行测试。