Web 端对端测试(E2E/UI test)框架 matman 的脚手架模板。
例如创建一个名为 my-matman-app
的应用:
# 使用 Mocha
$ npx create-matman-app my-matman-app
# 或者
$ npx create-matman-app my-matman-app --template=mocha
# 使用 Mocha + TS
$ npx create-matman-app my-matman-app --template=mocha-ts
# 使用 Jest
$ npx create-matman-app my-matman-app --template=jest
# 使用 Jest + TS
$ npx create-matman-app my-matman-app --template=jest-ts
更多资料请参考: https://matmanjs.github.io/matman/tool/create-matman-app.html 。